Update .travis.yml

This commit is contained in:
MS Berends 2018-03-29 15:17:48 +02:00 committed by GitHub
parent b7f29aa748
commit abcb4accbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -3,8 +3,13 @@
# Setting up R deps
language: r
r: 3.2
r_packages: covr
cache: packages
r_packages:
- covr
- testthat
- dplyr
- rvest
- xml2
- reshape2
# system deps
os: