Update .travis.yml

This commit is contained in:
MS Berends 2018-03-29 12:56:03 +02:00 committed by GitHub
parent 1b3cc41c08
commit ff90188f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -1,21 +1,23 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
# Setting up R deps
language: r
r: 3.2
r_packages: covr
cache: packages
# system deps
os:
- linux
- osx
sudo: true
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y xclip
r:
- 3.2
r_packages:
- covr
# postrun
after_success:
- Rscript -e 'covr::codecov()'
notifications:
email:
recipients: