do not attempt (and fail) to build mac bundle on linux
This commit is contained in:
parent
fe11cb4c9e
commit
02de191d47
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ script: make
|
|||
after_success:
|
||||
- "if [ $TRAVIS_REPO_SLUG == Wargus/stratagus -a \
|
||||
$TRAVIS_BRANCH == master -a \
|
||||
$TRAVIS_OS_NAME == osx -a \
|
||||
$TRAVIS_PULL_REQUEST == 'false' ]; then \
|
||||
git clone https://${GH_TOKEN}@github.com/Wargus/stratagus.wiki.git;
|
||||
mkdir -p stratagus.wiki/$TRAVIS_OS_NAME;
|
||||
|
|
Loading…
Reference in a new issue