Browse Source

Trying to mitigate #207

master
probonopd 7 years ago
committed by GitHub
parent
commit
052264110f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -13,10 +13,8 @@ before_install:
script:
- ./tests/tests-ci.sh
after_success:
- 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:
- "xpra stop :99"

Loading…
Cancel
Save