Cleanup maven cache before committing to Travis (#632) [no-release]

This commit is contained in:
Alex Mukha
2019-10-09 10:54:30 +01:00
parent beaf23f267
commit a9eebb6eb0

View File

@@ -10,6 +10,9 @@ services:
cache: cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
# the cache can grow constantly
before_cache:
- rm -rf $HOME/.m2/repository/org/alfresco/alfresco-repository
branches: branches:
only: only: