From 9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@chrisrebert.com>
Date: Sun, 29 Nov 2015 16:27:43 -0800
Subject: [PATCH] Travis CI: Temporarily disable caching

So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 36b9c1094a..5ae1137adc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,10 +19,11 @@ install:
   - cp grunt/npm-shrinkwrap.json ./
   - npm install -g grunt-cli
   - npm install
-cache:
-  directories:
-    - node_modules
-    - vendor/bundle
+# Caching disabled due to https://github.com/travis-ci/travis-ci/issues/5092
+#cache:
+#  directories:
+#    - node_modules
+#    - vendor/bundle
 env:
   global:
     - SAUCE_USERNAME="bootstrap"
-- 
GitLab