Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ln1267 committed Oct 30, 2019
1 parent 732dbc7 commit 635977d
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
language: r
cache: packages
warnings_are_errors: false

r:
- oldrel
- release
- devel

notifications:
email:
on_success: change
on_failure: change

# for codecov
r_packages:
- covr
- devtools

r_github_packages:
- codecov/example-r

# only report coverage after build is successful
after_success:
- Rscript -e 'covr::codecov()'
- Rscript -e 'library(covr);codecov()'

0 comments on commit 635977d

Please sign in to comment.