aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-01 17:04:35 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-01 17:04:35 +0100
commitd0615f76ce4b1de20bb57ce99c91577eb619f1f5 (patch)
treee972c25bada3462f20f80c802e2019cf5cfb0534 /.travis.yml
parent2fea3df42b68803c3fa329ff4445886e42aef095 (diff)
downloadsonar-scanner-cli-d0615f76ce4b1de20bb57ce99c91577eb619f1f5.tar.gz
sonar-scanner-cli-d0615f76ce4b1de20bb57ce99c91577eb619f1f5.zip
Try again Travis cache
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 361671e..96c14d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,3 +7,9 @@ jdk:
script: mvn clean install
install: true
+
+sudo: false
+
+cache:
+ directories:
+ - '$HOME/.m2/repository'