diff options
| author | Chris Rebert <[email protected]> | 2015-11-29 23:20:57 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-29 23:20:57 -0800 |
| commit | acdf317674669ea13e46e945377358bb0b75cb15 (patch) | |
| tree | 4d5a9461a8347700d857ee31f751e10d8700f2da | |
| parent | 548834e87f9e91c6e885d695deda55efc06dacf1 (diff) | |
| parent | 9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d (diff) | |
| download | bootstrap-acdf317674669ea13e46e945377358bb0b75cb15.tar.xz bootstrap-acdf317674669ea13e46e945377358bb0b75cb15.zip | |
Merge pull request #18376 from twbs/travis-disable-caching
Travis CI: Temporarily disable caching
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 36b9c1094..5ae1137ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |
