diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-19 14:03:19 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-08-19 15:19:37 +0200 |
commit | af161f573940fe051e32c008ec5b328a94224282 (patch) | |
tree | c3e5919c099bccf5f5816919ea0fcf6a74922604 /.travis.yml | |
parent | c776aac08bd493244561eb9336cd88cad0c5e662 (diff) | |
download | sonarqube-af161f573940fe051e32c008ec5b328a94224282.tar.gz sonarqube-af161f573940fe051e32c008ec5b328a94224282.zip |
[travis] remove resolver-status.properties to avoid cache invalidation
Diffstat (limited to '.travis.yml')
-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 |