Browse Source

Revert "Trying to mitigate #207"

This reverts commit 052264110f.
master
probonopd 7 years ago
parent
commit
46a1e7f481
  1. 4
      .travis.yml

4
.travis.yml

@ -13,8 +13,10 @@ before_install:
script:
- ./tests/tests-ci.sh
after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- ls ./linuxdeployqt-*.AppImage* && bash ./upload.sh ./linuxdeployqt-*.AppImage*
- bash ./upload.sh ./linuxdeployqt-*.AppImage*
after_script:
- "xpra stop :99"

Loading…
Cancel
Save