mirror of
https://github.com/msberends/AMR.git
synced 2025-07-23 19:03:15 +02:00
Update .travis.yml
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user