Skip to content

Commit

Permalink
changed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed Jul 1, 2017
1 parent c180682 commit 72b8337
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
language: r
cache: packages

r:
- oldrel
- release
- devel

warnings_are_errors: true

env:
global:
- CRAN: http://cran.rstudio.com
- _R_CHECK_FORCE_SUGGESTS_: false

r_github_packages:
- hadley/testthat

r_binary_packages:
- dplyr
- dbplyr

after_success:
- Rscript -e 'install.packages("covr", repos="http://cran.rstudio.com")'
Expand Down

0 comments on commit 72b8337

Please sign in to comment.