Skip to content

Commit 002059c

Browse files
authored
Merge pull request #228 from probonopd/TheAssassin/issue-223
Quick fix for #223
2 parents e0ae780 + e8fe3ee commit 002059c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ script:
2020

2121
after_success:
2222
- 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
2325
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
2426

2527
after_script:

0 commit comments

Comments
 (0)