mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 07:21:59 +08:00
Make travis count builds as failed when if statements are used.
This commit is contained in:
parent
33b3faacfd
commit
5e854742c6
@ -59,7 +59,7 @@ matrix:
|
||||
- $HOME/wx302
|
||||
- local-lib
|
||||
after_success:
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/linux/travis-deploy-main.sh; fi
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
@ -95,7 +95,7 @@ matrix:
|
||||
- $HOME/Library/Caches/Homebrew
|
||||
- local-lib
|
||||
after_success:
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh; fi
|
||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode9.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user