Skip to content

Commit 6009197

Browse files
committed
Make sure bundler 2 is not installed
or the CI fails on rubies 2.4.6 and 2.5.5
1 parent a29c59c commit 6009197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache:
55
bundler: true
66

77
before_install:
8+
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
89
- gem install bundler -v '< 2'
910

1011
rvm:

0 commit comments

Comments
 (0)