Commit 9ac40cc0 authored by Chris Rebert's avatar Chris Rebert
Browse files

Travis CI: Temporarily disable caching

So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
parent fd43ce25
Showing with 5 additions and 4 deletions
+5 -4
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment