diff --git a/.ci/travis_install.sh b/.ci/travis_install.sh index a1a3eb22..2f7d4428 100755 --- a/.ci/travis_install.sh +++ b/.ci/travis_install.sh @@ -4,7 +4,7 @@ set -ex if [[ "$ENABLE_MAT73" == "yes" ]]; then if [[ "${USE_CMAKE:-no}" == "no" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - git clone --branch v1.3 --depth 1 https://github.com/madler/zlib + git clone --branch v1.3.1 --depth 1 https://github.com/madler/zlib pushd zlib ./configure --prefix="$TRAVIS_BUILD_DIR"/zlib --eprefix="$TRAVIS_BUILD_DIR"/zlib make install -j8