From b0e5187e49caf4c33e5d72d299b353336ae1450c Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 16 Mar 2018 07:09:52 +0100 Subject: ci/travis: Don't destroy cache during prepare This change was missed in c7f95fde1bb1. ref #5166 --- ci/common/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/common/build.sh b/ci/common/build.sh index 5b719940ab..7d9767f460 100644 --- a/ci/common/build.sh +++ b/ci/common/build.sh @@ -26,7 +26,6 @@ build_deps() { DEPS_CMAKE_FLAGS="${DEPS_CMAKE_FLAGS} -DUSE_BUNDLED_LUA=ON" fi - rm -rf "${DEPS_BUILD_DIR}" mkdir -p "${DEPS_BUILD_DIR}" # Use cached dependencies if $CACHE_MARKER exists. -- cgit