From af161f573940fe051e32c008ec5b328a94224282 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Fri, 19 Aug 2016 14:03:19 +0200 Subject: [PATCH] [travis] remove resolver-status.properties to avoid cache invalidation --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 063a3632829..b089bd33d91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ cache: before_cache: # remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy - rm -rf $HOME/.m2/repository/org/sonarsource/sonarqube + - find $HOME/.m2 -name resolver-status.properties -exec rm {} \; notifications: email: false -- 2.39.5