diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 17:04:35 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 17:04:35 +0100 |
commit | d0615f76ce4b1de20bb57ce99c91577eb619f1f5 (patch) | |
tree | e972c25bada3462f20f80c802e2019cf5cfb0534 /.travis.yml | |
parent | 2fea3df42b68803c3fa329ff4445886e42aef095 (diff) | |
download | sonar-scanner-cli-d0615f76ce4b1de20bb57ce99c91577eb619f1f5.tar.gz sonar-scanner-cli-d0615f76ce4b1de20bb57ce99c91577eb619f1f5.zip |
Try again Travis cache
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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' |