Skip to content

Commit e8fe3ee

Browse files
committed
Quick fix for #223
1 parent e0ae780 commit e8fe3ee

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)