diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-03-16 07:09:52 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-17 14:26:34 +0100 |
commit | b0e5187e49caf4c33e5d72d299b353336ae1450c (patch) | |
tree | 2bd4af29d842651300b89f8fc4a55d1d14f6debc | |
parent | f407a94032ae7c3a78aa39c2de02e37d14a5f861 (diff) | |
download | rneovim-b0e5187e49caf4c33e5d72d299b353336ae1450c.tar.gz rneovim-b0e5187e49caf4c33e5d72d299b353336ae1450c.tar.bz2 rneovim-b0e5187e49caf4c33e5d72d299b353336ae1450c.zip |
ci/travis: Don't destroy cache during prepare
This change was missed in c7f95fde1bb1.
ref #5166
-rw-r--r-- | ci/common/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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. |