diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 15:14:16 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 15:14:16 +0200 |
| commit | 1ed6ede703ba3344a9fef7c8cf0c98024bfc0b44 (patch) | |
| tree | 0e4c253929c75b72adf8fb3f6d77e56d8ecf904b /tools | |
| parent | d03c4770cb3c9b16dfbcce5141c728c34c2a2495 (diff) | |
Debug wget jpylyzer
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index ff935c0b..740299f0 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -71,6 +71,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then if [ "${APPVEYOR:-}" == "True" ]; then 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 + ls -l . mv jpylyzer_1.14.2_win32 jpylyzer else wget -qO - https://github.com/openpreserve/jpylyzer/archive/1.14.2.tar.gz | tar -xz |
