Skip to content

Commit

Permalink
Update travis.
Browse files Browse the repository at this point in the history
And test on all 3 R versions
  • Loading branch information
hadley committed Jun 14, 2016
1 parent 67f6d00 commit 1647b0a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: r
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

after_success:
- Rscript -e 'covr::codecov()'
language: R
sudo: false
cache: packages

r:
- oldrel
- release
- devel

env:
global:
Expand Down

0 comments on commit 1647b0a

Please sign in to comment.