From: Chris Rebert Date: Mon, 30 Nov 2015 00:27:43 +0000 (-0800) Subject: Travis CI: Temporarily disable caching X-Git-Tag: v4.0.0-alpha.2~86^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac40cc066f6d4fbaeacdf94f4ef593a43671d7d;p=thirdparty%2Fbootstrap.git Travis CI: Temporarily disable caching So that the build will stop failing due to https://github.com/travis-ci/travis-ci/issues/5092 --- diff --git a/.travis.yml b/.travis.yml index 36b9c1094a..5ae1137adc 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"