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:
parent
339b445a30
commit
dbec56c68a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user