diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 16:56:05 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 16:56:05 +0100 |
commit | 2fea3df42b68803c3fa329ff4445886e42aef095 (patch) | |
tree | 89ee176813798830f0dda89bcf5e9b9a980569a9 /.travis.yml | |
parent | 3103675d38584080026cf592c9bfe4570778569a (diff) | |
download | sonar-scanner-cli-2fea3df42b68803c3fa329ff4445886e42aef095.tar.gz sonar-scanner-cli-2fea3df42b68803c3fa329ff4445886e42aef095.zip |
Disable Travis cache, as it's not avaible in free edition
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index bd94584..361671e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,4 @@ jdk: script: mvn clean install -# cache of maven local repository to speed-up builds -sudo:false -cache: - directories: - - '$HOME/.m2/repository' +install: true |