From: Sébastien Lesaint Date: Fri, 19 Aug 2016 12:03:19 +0000 (+0200) Subject: [travis] remove resolver-status.properties to avoid cache invalidation X-Git-Tag: 6.1-RC1~360 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af161f573940fe051e32c008ec5b328a94224282;p=sonarqube.git [travis] remove resolver-status.properties to avoid cache invalidation --- 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