From 5225b16f1ece4fe32e0872042bce953027ede87c Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Wed, 9 Oct 2019 12:17:25 +0100 Subject: [PATCH] Cleanup maven cache before committing to Travis [no-release] --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0d22bf2376..8c62e558c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ services: cache: directories: - $HOME/.m2 +# the cache can grow constantly +before_cache: + - rm -rf $HOME/.m2/repository/org/alfresco/alfresco-remote-api branches: only: