2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Travis CI: Temporarily disable caching

So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092
This commit is contained in:
Chris Rebert
2015-11-29 16:27:43 -08:00
parent fd43ce255f
commit 9ac40cc066
+5 -4
View File
@@ -19,10 +19,11 @@ install:
- cp grunt/npm-shrinkwrap.json ./ - cp grunt/npm-shrinkwrap.json ./
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install - npm install
cache: # Caching disabled due to https://github.com/travis-ci/travis-ci/issues/5092
directories: #cache:
- node_modules # directories:
- vendor/bundle # - node_modules
# - vendor/bundle
env: env:
global: global:
- SAUCE_USERNAME="bootstrap" - SAUCE_USERNAME="bootstrap"