Skip to content

Commit

Permalink
updated travis scrcipt
Browse files Browse the repository at this point in the history
  • Loading branch information
eric bridgeford committed Apr 13, 2018
1 parent c345460 commit abcc488
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
r_packages:
covr

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

language: R
sudo: false
cache: packages

0 comments on commit abcc488

Please sign in to comment.