Re-enable cloning data
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 17:20:50 +0000 (19:20 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 17:20:50 +0000 (19:20 +0200)
tools/travis-ci/install.sh

index 12c0954cf0bffcb4b8de5cefcf2673264f04c084..6a0b1fc4e2ec4b4def4785a82e2f3c1b17a0d1ab 100755 (executable)
@@ -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"