summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-10 19:20:50 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-10 19:20:50 +0200
commit101a0034e2b8fe1621a3a94b4606d1d30f85ecd0 (patch)
tree2a28179d6be2ebbdaeeb758f521ad34585b1f337
parent2c8ba10cc9f4748962491d22cbdba7927b4ee845 (diff)
Re-enable cloning data
-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 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"