]> granicus.if.org Git - imagemagick/commitdiff
Remove commented lines
authorprobonopd <probonopd@users.noreply.github.com>
Sun, 12 Nov 2017 18:06:36 +0000 (19:06 +0100)
committerDirk Lemstra <dlemstra@users.noreply.github.com>
Sun, 12 Nov 2017 18:11:45 +0000 (19:11 +0100)
.travis.yml

index b6e49e6698ea70374382aff072e8de3cc56615bd..81f95865676fd0c44908aeeb6a873d7e82e8730e 100644 (file)
@@ -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