diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |