Skip to content

Commit

Permalink
add unit tests to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Mar 19, 2018
1 parent 111a1d7 commit ca76a4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -6,3 +6,15 @@ sudo: required
env:
- WARNINGS_ARE_ERRORS=false

r_github_packages:
- jimhester/covr


after_success:
- Rscript -e 'library(covr);coveralls();codecov()'


notifications:
email:
on_success: change
on_failure: always

0 comments on commit ca76a4d

Please sign in to comment.