From 0ffe8440cc09ad0e7f71a33ad7dd2c2cd833958b Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 17 Jan 2019 12:29:13 +1100 Subject: [PATCH] fixed #318 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f2126482d..7a3e27080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ after_success: - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq - # curl --upload-file Olive*.AppImage https://transfer.sh/Olive-git.$(git rev-parse --short HEAD)-x86_64.AppImage - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh + # only create release for master + - if [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi - bash upload.sh Olive*.AppImage* branches: