Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petermeissner committed Aug 27, 2017
1 parent 970248c commit 8310f05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,15 @@ cache: packages
after_success:
- Rscript -e 'covr::codecov()'

notifications:
email:
on_success: [email protected]
on_failure: [email protected]

env:
matrix:
- RVERSION=oldrel
- RVERSION=release
- RVERSION=devel


0 comments on commit 8310f05

Please sign in to comment.