1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 18:06:11 +01:00

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

View File

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