summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2017-05-03 12:41:02 +0200
committerGitHub <noreply@github.com>2017-05-03 12:41:02 +0200
commit20291aad07591da40ac86e5f5a87b4f6d154ba6a (patch)
treedf7bac2c32151424178b7d49046084eb84f85807
parenta18040e02238c577cf7853a0e303cbca62e044a8 (diff)
parent04980a8c7b6c260394084ab12b4bdee957caa24f (diff)
Merge pull request #915 from rouault/appveyor_fix_attempt
Fix retrieval of jpylyzer in AppVeyor
-rwxr-xr-xtools/travis-ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh
index 003f8fa8..b1921844 100755
--- a/tools/travis-ci/install.sh
+++ b/tools/travis-ci/install.sh
@@ -65,7 +65,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
JPYLYZER_VERSION="1.17.0"
echo "Retrieving jpylyzer"
if [ "${APPVEYOR:-}" == "True" ]; then
- wget --local-encoding=UTF-8 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_${JPYLYZER_VERSION}_win32.zip
+ wget -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_${JPYLYZER_VERSION}_win32.zip
mkdir jpylyzer
cd jpylyzer
cmake -E tar -xf ../jpylyzer_${JPYLYZER_VERSION}_win32.zip