8000 Travis CI: Temporarily disable caching · liuwenye2010/bootstrap@9ac40cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ac40cc

Browse files
committed
Travis CI: Temporarily disable caching
So that the build will stop failing due to travis-ci/travis-ci#5092
1 parent fd43ce2 commit 9ac40cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ install:
1919
- cp grunt/npm-shrinkwrap.json ./
2020
- npm install -g grunt-cli
2121
- npm install
22-
cache:
23-
directories:
24-
- node_modules
25-
- vendor/bundle
22+
# Caching disabled due to https://github.com/travis-ci/travis-ci/issues/5092
23+
#cache:
24+
# directories:
25+
# - node_modules
26+
# - vendor/bundle
2627
env:
2728
global:
2829
- SAUCE_USERNAME="bootstrap"

0 commit comments

Comments
 (0)
0