Don't upload AppImage plugin

This commit is contained in:
TheAssassin
2018-06-30 16:40:15 +02:00
parent c783be934b
commit 5baac459b3

View File

@@ -44,7 +44,7 @@ after_success:
# make sure only pushes to rewrite create a new release, otherwise pretend PR and upload to transfer.sh
- if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh linuxdeploy*.AppImage*
- bash upload.sh linuxdeploy-"$ARCH".AppImage*
branches:
except: