Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-11-30 03:27:43 +0300
committerChris Rebert <github@chrisrebert.com>2015-11-30 03:27:43 +0300
commit9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d (patch)
tree76cfa2ae5d24a62765718188555790928d0a740b /.travis.yml
parentfd43ce255f096c06dc52a8dc12b656a2e4d1e45e (diff)
Travis CI: Temporarily disable caching
So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files 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"