Permalink
Browse files

New style Travis config

  • Loading branch information...
1 parent 870a64c commit c64eb746c49835a5d9adfa2be42e31b166771c50 @lmullen lmullen committed Apr 14, 2016
Showing with 8 additions and 10 deletions.
  1. +8 −10 .travis.yml
View
@@ -1,16 +1,14 @@
language: r
-sudo: required
-r_binary_packages:
- - dplyr
- - ggplot2
- - knitr
- - httr
- - jsonlite
- - testthat
- - rmarkdown
+sudo: false
+cache: packages
+
+r:
+- oldrel
+- release
+- devel
+
r_github_packages:
- ropensci/genderdata
-warnings_are_errors: true
after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit c64eb74

Please sign in to comment.