We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0ae780 + e8fe3ee commit 002059cCopy full SHA for 002059c
.travis.yml
@@ -20,6 +20,8 @@ script:
20
21
after_success:
22
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
23
+ # quick fix for issue 223
24
+ - if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
25
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
26
27
after_script:
0 commit comments