From c6faf4ef81e271c133aa28013af83f9f63fab9e0 Mon Sep 17 00:00:00 2001 From: Josh Guilfoyle Date: Fri, 20 Feb 2015 16:58:15 -0800 Subject: [PATCH] Stop using Travis-CI cache This just doesn't optimize things with Gradle due to the lock file being changed in ~/.gradle/caches on each build. Disable for now; hopefully Travis-CI will fix this. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index f80c6536..1f9d432c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,3 @@ branches: - gh-pages sudo: false - -cache: - directories: - - $HOME/.m2 - - $HOME/.gradle