Skip to content
Snippets Groups Projects
Unverified Commit 1fe99107 authored by Lavinia Baumstark's avatar Lavinia Baumstark Committed by GitHub
Browse files

Create .travis.yml

parent 43f2f618
No related branches found
No related tags found
No related merge requests found
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
repos:
CRAN: https://cloud.r-project.org
cache: packages
latex: false
pandoc: false
sudo: false
install:
- Rscript -e "if(!requireNamespace('devtools')) install.packages('devtools')"
- Rscript -e "if(!requireNamespace('lucode')) devtools::install_github('pik-piam/lucode')"
script:
- Rscript -e "null <- lucode::codeCheck(strict=TRUE)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment