probonopd
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
.travis.yml
|
@ -13,10 +13,8 @@ before_install: |
|
|
|
|
|
|
|
|
script: |
|
|
script: |
|
|
- ./tests/tests-ci.sh |
|
|
- ./tests/tests-ci.sh |
|
|
|
|
|
|
|
|
after_success: |
|
|
|
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh |
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh |
|
|
- bash ./upload.sh ./linuxdeployqt-*.AppImage* |
|
|
- ls ./linuxdeployqt-*.AppImage* && bash ./upload.sh ./linuxdeployqt-*.AppImage* |
|
|
|
|
|
|
|
|
after_script: |
|
|
after_script: |
|
|
- "xpra stop :99" |
|
|
- "xpra stop :99" |
|
|