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.
This commit is contained in:
yuuji.yaginuma 2018-02-02 08:52:02 +09:00
parent 8f2bb58ba2
commit dff749eb5d
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ language: ruby
sudo: false
cache:
bundler: true
directories:
- vendor/bundle
- /tmp/cache/unicode_conformance
- /tmp/beanstalkd-1.10
- node_modules