mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 20:46:11 +01:00
allow clipboard on travis
This commit is contained in:
parent
649a8025aa
commit
4bdcde9a00
@ -8,11 +8,11 @@ cache: packages
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
#before_install:
|
||||
# # needed for clipboard function:
|
||||
before_install:
|
||||
# needed for clipboard function:
|
||||
# - 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 brew install xclip; fi
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y xclip; fi
|
||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi
|
||||
|
||||
# postrun
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user