mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Merge pull request #18376 from twbs/travis-disable-caching
Travis CI: Temporarily disable caching
This commit is contained in:
commit
acdf317674
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user