diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 19:20:50 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 19:20:50 +0200 |
| commit | 101a0034e2b8fe1621a3a94b4606d1d30f85ecd0 (patch) | |
| tree | 2a28179d6be2ebbdaeeb758f521ad34585b1f337 /tools | |
| parent | 2c8ba10cc9f4748962491d22cbdba7927b4ee845 (diff) | |
Re-enable cloning data
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/travis-ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 12c0954c..6a0b1fc4 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -64,7 +64,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then OPJ_DATA_BRANCH=master #default to master fi echo "Cloning openjpeg-data from ${OPJ_DATA_BRANCH} branch" - #git clone --depth=1 --branch=${OPJ_DATA_BRANCH} git://github.com/uclouvain/openjpeg-data.git data + git clone --depth=1 --branch=${OPJ_DATA_BRANCH} git://github.com/uclouvain/openjpeg-data.git data # We need jpylyzer for the test suite echo "Retrieving jpylyzer" |
