Skip to content

Commit

Permalink
more tests in travis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsch committed Sep 25, 2016
1 parent 7b53608 commit 1f2b4b2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -1,3 +1,13 @@
language: R
sudo: false
cache: packages
r:
- oldrel
- release
- devel

r_github_packages:
- jimhester/covr

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

0 comments on commit 1f2b4b2

Please sign in to comment.