Skip to content

Commit

Permalink
Added support for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Feb 8, 2016
1 parent 8cbb911 commit 0179c75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ sudo: required
# System dependencies for building
r_binary_packages:
- testthat

r_github_packages:
- jimhester/covr

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

0 comments on commit 0179c75

Please sign in to comment.