diff --git a/.travis.yml b/.travis.yml index 0107b42b58..fcf7135ec0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,9 +56,10 @@ cache: before_cache: # Travis CI caching doesn't work with this symlink. Just delete it. - rm $HOME/gopath/bin/zksrv.sh - # Delete this file because it keeps changing (having the latest timestamp of an update) - # and triggers a lengthy update of the cache (~19 seconds). + # Delete these files because they keep changing (having the latest timestamp + # of an update) and trigger a lengthy update of the cache (~25 seconds). - rm $HOME/.m2/repository/com/youtube/vitess/*/*-SNAPSHOT/resolver-status.properties + - rm $HOME/.m2/repository/io/grpc/protoc-gen-grpc-java/*/protoc-gen-grpc-java-*.pom.lastUpdated # Don't cache unnecessary PHP files. - rm $HOME/.phpenv/versions/*/sbin/* - rm $HOME/.phpenv/versions/*/bin/php-cgi