Quick fix for #223

This commit is contained in:
TheAssassin
2018-01-29 14:58:19 +01:00
parent e0ae780170
commit e8fe3eee66
+2
View File
@@ -20,6 +20,8 @@ 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
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
after_script: