TheAssassin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.travis.yml
|
@ -20,6 +20,8 @@ script: |
|
|
|
|
|
|
|
|
after_success: |
|
|
after_success: |
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh |
|
|
- 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* |
|
|
- bash ./upload.sh ./linuxdeployqt-*.AppImage* |
|
|
|
|
|
|
|
|
after_script: |
|
|
after_script: |
|
|