ci/travis: report cache size

This commit is contained in:
Justin M. Keyes 2018-03-18 01:04:53 +01:00
parent 8f82f95c1c
commit 66a8b593e7
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ source "${CI_DIR}/common/suite.sh"
rm -rf "${HOME}/.cache/pip/log"
rm -f "${HOME}/.cache/pip/selfcheck.json"
echo "before_cache.sh: cache size"
du -d 2 "${HOME}/.cache" | sort -n
# Update the third-party dependency cache only if the build was successful.
if ended_successfully; then
rm -rf "${HOME}/.cache/nvim-deps"