ci/travis: Don't destroy cache during prepare

This change was missed in c7f95fde1b.
ref #5166
This commit is contained in:
Justin M. Keyes 2018-03-16 07:09:52 +01:00
parent f407a94032
commit b0e5187e49
1 changed files with 0 additions and 1 deletions

View File

@ -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.