mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
fd43ce255f
commit
9ac40cc066
1 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue