Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 26, 2016
1 parent 8656690 commit 323758b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
# Sample .travis.yml for R projects
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: r
warnings_are_errors: true
sudo: required

r_github_packages:
- jimhester/covr
sudo: false
cache: packages

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

env:
global:
- CRAN: http://cran.rstudio.com
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Depends:
Imports:
grid
Suggests:
testthat
testthat,
covr
License: GPL-2
Collate:
'add-grob.r'
Expand Down

0 comments on commit 323758b

Please sign in to comment.