Skip to content

Commit

Permalink
Avoid bundle clean before caching
Browse files Browse the repository at this point in the history
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: travis-ci/travis-ci#2518 (comment)

This is a workaround. If Travis fixes something, please revert this.
  • Loading branch information
y-yagi committed Feb 2, 2018
1 parent 8f2bb58 commit dff749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: ruby
sudo: false

cache:
bundler: true
directories:
- vendor/bundle
- /tmp/cache/unicode_conformance
- /tmp/beanstalkd-1.10
- node_modules
Expand Down

0 comments on commit dff749e

Please sign in to comment.