Debug wget jpylyzer on appveyor
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 12:57:25 +0000 (14:57 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 12:57:25 +0000 (14:57 +0200)
tools/travis-ci/install.sh

index 4e6ce69c8c936d02418ff743d2f86854cea711c0..091fa03d29f2a35891fbb93efea3856bbb920415 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 -q http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip
+               wget 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