From a60bd1ffaf5fc59542532397a6c946826a4d52aa Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 22 Apr 2015 00:34:24 -0500 Subject: [PATCH] Disable travis maven cache to investigate instability. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bee5f3e5739..9213aa14163 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: java sudo: false -cache: - directories: - - $HOME/.m2 +#cache: +# directories: +# - $HOME/.m2 before_script: - unset GEM_PATH GEM_HOME IRBRC JRUBY_OPTS