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