Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbenoit committed Aug 31, 2017
1 parent 93c5ea4 commit 95f218e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
@@ -1,10 +1,14 @@
r_packages:
- knitr
- rmarkdown

language: r
cache: packages
warnings_are_errors: true
sudo: true

dist: trusty
latex: false
r_packages:
- covr
env:
global:
- R_CHECK_ARGS="--no-build-vignettes"
after_success:
- Rscript -e 'library(covr);codecov()'

0 comments on commit 95f218e

Please sign in to comment.