Continue debugging wget jpylyzer
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 13:08:25 +0000 (15:08 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 13:08:25 +0000 (15:08 +0200)
tools/travis-ci/install.sh

index 091fa03d29f2a35891fbb93efea3856bbb920415..ff935c0b641854326bb62ff195b13e693b60a6a2 100755 (executable)
@@ -69,7 +69,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
        # We need jpylyzer for the test suite
        echo "Retrieving jpylyzer"
        if [ "${APPVEYOR:-}" == "True" ]; then
-               wget http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
+               wget --local-encoding=UTF-8 http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
                cmake -E tar -xf jpylyzer_1.14.2_win32.zip
                mv jpylyzer_1.14.2_win32 jpylyzer
        else