Skip to content

Commit

Permalink
travis mac: if statement missing then
Browse files Browse the repository at this point in the history
  • Loading branch information
rakslice committed Jun 21, 2017
1 parent a8040b7 commit af3eb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_install:
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then /usr/local/Cellar/qt/$QTVER/bin/qmake orion.pro CONFIG+=multimedia; fi
- make
- if [ -d orion.app ]; rm -rf orion.app; fi
- if [ -d orion.app ]; then rm -rf orion.app; fi
- bash distfiles/deploy_mac.sh
- mkdir -p artifacts
- zip -vr artifacts/orion.app.zip orion.app/
Expand Down

0 comments on commit af3eb02

Please sign in to comment.