From 2fea3df42b68803c3fa329ff4445886e42aef095 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 1 Jan 2015 16:56:05 +0100 Subject: [PATCH] Disable Travis cache, as it's not avaible in free edition --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 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 -- 2.39.5