summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-12-22 19:25:03 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-12-22 19:25:03 +0100
commitc938446680685856ad4451a07c67372d52efc4d0 (patch)
tree34ef51e48e0c080659805d774c49ff3cc02335e5 /.travis.yml
parentc93f003ce683fca7896cbbadb6375b929d22fe6d (diff)
called deploy-osx in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 07a6a6e..52de1f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ script:
- qmake -v
- qmake -r
- make
- - '[[ "$TRAVIS_OS_NAME" != osx ]] || (macdeployqt tikzit.app -dmg && mv tikzit.dmg $FILE)'
+ - '[[ "$TRAVIS_OS_NAME" != osx ]] || (chmod +x deploy-osx.sh && ./deploy-osx.sh && mv tikzit.dmg $FILE)'
- '[[ "$DEPLOY_TIKZIT" != 1 ]] || curl --upload-file $FILE https://transfer.sh/$FILE'
notifications: