mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 05:26:13 +01:00
Update .travis.yml
This commit is contained in:
parent
fd04df5f9d
commit
9f943708cc
@ -10,11 +10,10 @@ cache: packages
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
sudo: true
|
|
||||||
install:
|
install:
|
||||||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi
|
- 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 = 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
|
# postrun
|
||||||
after_success:
|
after_success:
|
||||||
@ -25,4 +24,4 @@ notifications:
|
|||||||
- m.s.berends@umcg.nl
|
- m.s.berends@umcg.nl
|
||||||
- c.f.luz@umcg.nl
|
- c.f.luz@umcg.nl
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: change
|
||||||
|
Loading…
Reference in New Issue
Block a user