From 12d3ea9672c5b7f10a69fd07e0368aa3091b67c0 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 25 Sep 2020 12:15:42 +0200 Subject: ci: update imagemagick download url and add curl fail flag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 826dd65..23be533 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ jobs: - cp viewer/ldgallery-viewer.7.md dist/ldgallery-viewer.7.md - cp compiler/ldgallery.1.md dist/ldgallery.1.md - cp changelog.md license.md dist/ - - curl --output magick.zip -L https://imagemagick.org/download/binaries/ImageMagick-7.0.10-10-portable-Q16-x64.zip + - curl --fail --output magick.zip -L https://imagemagick.org/download/binaries/ImageMagick-7.0.10-30-portable-Q16-x64.zip - 7z e magick.zip -odist/ magick.exe - 7z e magick.zip -so LICENSE.txt > dist/magick.license.txt - 7z e magick.zip -so NOTICE.txt > dist/magick.notice.txt -- cgit v1.2.3