From: Simon Brandhof Date: Thu, 1 Jan 2015 15:56:05 +0000 (+0100) Subject: Disable Travis cache, as it's not avaible in free edition X-Git-Tag: 2.5-rc1~91 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2fea3df42b68803c3fa329ff4445886e42aef095;p=sonar-scanner-cli.git Disable Travis cache, as it's not avaible in free edition --- 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