Skip to content

Commit

Permalink
Merge pull request #2 from orionw/updateR
Browse files Browse the repository at this point in the history
added codecov
  • Loading branch information
orionw authored Aug 16, 2019
2 parents 66b7e39 + 7166385 commit 1e70edf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
language: R
r:
- 3.5.1

r_packages:
- devtools
- covr

cache: packages

warnings_are_errors: false

after_success:
- CODECOV_TOKEN="3e4dcb5e-19f0-4853-b037-5d76d3fe513c"
- Rscript -e 'library(covr);codecov()'

0 comments on commit 1e70edf

Please sign in to comment.