aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 10:25:12 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 10:51:58 +0100
commit46b5b59eae490ff19c8e0edbac35031d1773899b (patch)
tree071c114f65f0baf8819702167a445da7597a63fe /.travis.yml
parent2fca4ebeee81bc01db290e97de7be31f3bf60241 (diff)
downloadsonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.tar.gz
sonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.zip
Fix IT scripts
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 77f5cff748c..69aa276a016 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,9 +25,6 @@ cache:
- 'server/sonar-web/node_modules'
before_cache:
- - 'find $HOME/.m2/repository -type d -name \*-SNAPSHOT -exec rm -rf {} \;'
- - 'find $HOME/.m2/repository -name maven-metadata-\* -exec rm {} \;'
- - 'find $HOME/.m2/repository -name resolver-status.properties -exec rm {} \;'
# remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy
- rm -rf $HOME/.m2/repository/org/sonarsource/sonarqube