summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-10 14:57:25 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-10 14:57:25 +0200
commit50b561e91145d11d49d4ce6d45ca0d28651fd2e2 (patch)
tree8eab2d8e713529f13190805717bfb3f11a1df6f5 /tools
parentd5c460fc5fb8161e524421a71afeda123d068796 (diff)
Debug wget jpylyzer on appveyor
Diffstat (limited to 'tools')
-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 4e6ce69c..091fa03d 100755
--- a/tools/travis-ci/install.sh
+++ b/tools/travis-ci/install.sh
@@ -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