From 4d9d33d02fd1cca4726ab5583c0635fa225841c9 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 30 Nov 2018 18:52:36 +0100 Subject: [PATCH] Commenting out "quick fix for issue #223" So that continuous builds get uploaded again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e3b165..a5365e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: after_success: - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh # quick fix for issue 223 - - if [ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi + # - if [ "$TRAVIS_TAG" != "$TRAVIS_BRANCH" ] && [ "$TRAVIS_BRANCH" == "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi - bash ./upload.sh ./linuxdeployqt-*.AppImage* after_script: