aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-08-19 14:03:19 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-08-19 15:19:37 +0200
commitaf161f573940fe051e32c008ec5b328a94224282 (patch)
treec3e5919c099bccf5f5816919ea0fcf6a74922604 /.travis.yml
parentc776aac08bd493244561eb9336cd88cad0c5e662 (diff)
downloadsonarqube-af161f573940fe051e32c008ec5b328a94224282.tar.gz
sonarqube-af161f573940fe051e32c008ec5b328a94224282.zip
[travis] remove resolver-status.properties to avoid cache invalidation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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