Update .travis.yml

This commit is contained in:
MS Berends 2018-03-29 13:16:08 +02:00 committed by GitHub
parent 339b445a30
commit dbec56c68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -11,9 +11,10 @@ os:
- linux
- osx
sudo: true
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y xclip
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 sudo brew install xclip; fi
# postrun
after_success: