Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added coveralls to the repository
  • Loading branch information
MansMeg committed Dec 28, 2015
1 parent 3b4458e commit 7dc3d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -19,11 +19,15 @@ before_install:

install:
- ./travis-tool.sh install_deps
- ./travis-tool.sh github_package jimhester/covr

script: ./travis-tool.sh run_tests

after_failure:
- ./travis-tool.sh dump_logs

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

notifications:
email:
Expand Down

0 comments on commit 7dc3d57

Please sign in to comment.