From 46a1e7f481317ecfab1804cfe7aa117bcb10e0e6 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 7 Jan 2018 19:17:29 +0100 Subject: [PATCH] Revert "Trying to mitigate #207" This reverts commit 052264110f2a7fc9e1def2c3dcf7eb59303ca806. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b783085..f51440c 100644 --- a/.travis.yml +++ b/.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"