From: probonopd Date: Sun, 12 Nov 2017 18:06:36 +0000 (+0100) Subject: Remove commented lines X-Git-Tag: 7.0.7-12~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8010c89bdefd774e98ff84106cfb856e26e267d;p=imagemagick Remove commented lines --- diff --git a/.travis.yml b/.travis.yml index b6e49e669..81f958656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,3 @@ 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 - -# - cd PerlMagick -# - perl Makefile.PL -# - make