summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorprobonopd <probonopd@users.noreply.github.com>2017-11-12 18:03:42 +0100
committerDirk Lemstra <dlemstra@users.noreply.github.com>2017-11-12 19:11:45 +0100
commitd8e6c01974342d65358512b4b4166111d0e00a0d (patch)
tree0b5cf25ed789983150f8c5a2c7aefca56405abd1 /.travis.yml
parent5e4e9843a5bddbbf821ace3d45c51b9337833643 (diff)
downloadImageMagick-d8e6c01974342d65358512b4b4166111d0e00a0d.tar.gz
No longer need "branches: except" since not running uploadtool for non-tagged builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 34b815cdf..b6e49e669 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,11 +37,6 @@ after_success:
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- if [ "$TRAVIS_BRANCH" == "TRAVIS_TAG" ] ; then wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh ; bash upload.sh ImageMagick*AppImage* ; fi
- if [ "$TRAVIS_BRANCH" != "TRAVIS_TAG" ] ; then curl --upload-file ./ImageMagick*.AppImage https://transfer.sh/ImageMagick-git.$(git rev-parse --short HEAD)-x86_64.AppImage ; fi
-
-branches:
- except:
- - # Do not build tags that we create when we upload to GitHub Releases
- - /^(?i:continuous)$/
# - cd PerlMagick
# - perl Makefile.PL