Skip to content

Commit dff749e

Browse files
committed
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: travis-ci/travis-ci#2518 (comment) This is a workaround. If Travis fixes something, please revert this.
1 parent 8f2bb58 commit dff749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: ruby
22
sudo: false
33

44
cache:
5-
bundler: true
65
directories:
6+
- vendor/bundle
77
- /tmp/cache/unicode_conformance
88
- /tmp/beanstalkd-1.10
99
- node_modules

0 commit comments

Comments
 (0)