Skip to content

Commit

Permalink
[FEATURE] some travis additions
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Mar 17, 2017
1 parent 4cd037e commit 8351990
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: r
r:
- oldrel
- release
- devel

sudo: false
dist: trusty

cache: packages

os:
- linux
- osx

r_packages:
- covr
- testthat
Expand All @@ -15,6 +24,7 @@ env:
global:
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
- LINTR_COMMENT_BOT=false

after_success:
- Rscript -e 'covr::codecov()'
Expand Down

0 comments on commit 8351990

Please sign in to comment.