aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-29 23:20:57 -0800
committerChris Rebert <[email protected]>2015-11-29 23:20:57 -0800
commitacdf317674669ea13e46e945377358bb0b75cb15 (patch)
tree4d5a9461a8347700d857ee31f751e10d8700f2da
parent548834e87f9e91c6e885d695deda55efc06dacf1 (diff)
parent9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d (diff)
downloadbootstrap-acdf317674669ea13e46e945377358bb0b75cb15.tar.xz
bootstrap-acdf317674669ea13e46e945377358bb0b75cb15.zip
Merge pull request #18376 from twbs/travis-disable-caching
Travis CI: Temporarily disable caching
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 36b9c1094..5ae1137ad 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"