ci/travis: also cache $DEPS_DOWNLOAD_DIR

ref #5166
This commit is contained in:
Justin M. Keyes
2018-03-16 07:29:43 +01:00
parent b0e5187e49
commit 8f82f95c1c
3 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ rm -f "${HOME}/.cache/pip/selfcheck.json"
if ended_successfully; then
rm -rf "${HOME}/.cache/nvim-deps"
mv "${DEPS_BUILD_DIR}" "${HOME}/.cache/nvim-deps"
rm -rf "${HOME}/.cache/nvim-deps-downloads"
mv "${DEPS_DOWNLOAD_DIR}" "${HOME}/.cache/nvim-deps-downloads"
touch "${CACHE_MARKER}"
echo "Updated third-party dependencies (timestamp: $(_stat "${CACHE_MARKER}"))."
fi