Update .travis.yml

This commit is contained in:
MS Berends 2018-03-29 14:07:54 +02:00 committed by GitHub
parent fd04df5f9d
commit 9f943708cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -10,11 +10,10 @@ cache: packages
os:
- linux
- osx
sudo: true
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
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi
# postrun
after_success:
@ -25,4 +24,4 @@ notifications:
- m.s.berends@umcg.nl
- c.f.luz@umcg.nl
on_success: change
on_failure: always
on_failure: change