fix Travis

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-04-02 15:03:22 +02:00
parent c182a9673d
commit cee64ef050
1 changed files with 2 additions and 1 deletions

View File

@ -4,12 +4,13 @@
language: r
r: 3.2
r_packages: covr
cache: packages
# system deps, install xclip for clipboard support
os:
- linux
- osx
install:
before_install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y xclip; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi