aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-02-02 08:52:02 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-02-02 09:16:51 +0900
commitdff749eb5d99c18385b5ca3a041902bc9c94ca3c (patch)
treedb4ba361a4e037591002668691db9692db846b39 /.travis.yml
parent8f2bb58ba2a74975b737f7f7655247b447b7ac08 (diff)
downloadrails-dff749eb5d99c18385b5ca3a041902bc9c94ca3c.tar.gz
rails-dff749eb5d99c18385b5ca3a041902bc9c94ca3c.tar.bz2
rails-dff749eb5d99c18385b5ca3a041902bc9c94ca3c.zip
Avoid bundle clean before caching
I'm not sure cause, but due to the influence of `gem clean`, the expected gem seems not to be installed correctly. In order to avoid a test failure due to this, I fixed that `gem clean` not be executed. Ref: https://github.com/travis-ci/travis-ci/issues/2518#issuecomment-121168856 This is a workaround. If Travis fixes something, please revert this.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d783d6c97e..3a7f28134b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: ruby
sudo: false
cache:
- bundler: true
directories:
+ - vendor/bundle
- /tmp/cache/unicode_conformance
- /tmp/beanstalkd-1.10
- node_modules