Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrijthe committed Nov 1, 2018
1 parent dd33730 commit 41bc897
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ language: r
sudo: false
cache: packages

r_github_packages:
- jimhester/covr
r:
- oldrel
- release
- devel

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

notifications:
email:
on_success: change
on_failure: change
on_failure: change

0 comments on commit 41bc897

Please sign in to comment.