aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-29 16:27:43 -0800
committerChris Rebert <[email protected]>2015-11-29 16:27:43 -0800
commit9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d (patch)
tree76cfa2ae5d24a62765718188555790928d0a740b
parentfd43ce255f096c06dc52a8dc12b656a2e4d1e45e (diff)
downloadbootstrap-9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d.tar.xz
bootstrap-9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d.zip
Travis CI: Temporarily disable caching
So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
-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"