Skip to content

Commit

Permalink
update Travis for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Taudiere committed Mar 18, 2016
1 parent dee38ce commit f4d9ced
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ before_install: cd pkg/cati/
language: r

sudo: required
warnings_are_errors: false
warnings_are_errors: false

r_github_packages:
- jimhester/covr

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

0 comments on commit f4d9ced

Please sign in to comment.