Update .travis.yml
https://github.com/probonopd/linuxdeployqt/issues/322#issuecomment-431665632
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ script:
|
||||
after_success:
|
||||
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
# quick fix for issue 223
|
||||
- if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
|
||||
- if [ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
|
||||
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
|
||||
|
||||
after_script:
|
||||
|
||||
Reference in New Issue
Block a user