]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Travis CI: Temporarily disable caching 18376/head
authorChris Rebert <github@chrisrebert.com>
Mon, 30 Nov 2015 00:27:43 +0000 (16:27 -0800)
committerChris Rebert <github@chrisrebert.com>
Mon, 30 Nov 2015 00:27:43 +0000 (16:27 -0800)
So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092

.travis.yml

index 36b9c1094a6341651c2778a5a45a836977dcdcb3..5ae1137adca5a2b5f0b3d2664ef4bc874bd2e64b 100644 (file)
@@ -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"