Revert "Trying to mitigate #207"

This reverts commit 052264110f.
This commit is contained in:
probonopd
2018-01-07 19:17:29 +01:00
parent 052264110f
commit 46a1e7f481
+3 -1
View File
@@ -13,8 +13,10 @@ 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
- ls ./linuxdeployqt-*.AppImage* && bash ./upload.sh ./linuxdeployqt-*.AppImage* - bash ./upload.sh ./linuxdeployqt-*.AppImage*
after_script: after_script:
- "xpra stop :99" - "xpra stop :99"