Skip to content

Commit 1db823f

Browse files
Add workaround for ruby 2.5.5
1 parent b365673 commit 1db823f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ before_install:
22
- gem update --system 2.7.9
33
- gem install bundler:1.17.3
44
- rvm @global do gem uninstall did_you_mean
5+
- # Travis's rvm 2.5.5 installation comes with bundler 2.0.1 for some reason.
6+
- if [ "$TRAVIS_RUBY_VERSION" = "2.5.5" ]; then rvm @global do gem uninstall bundler -v 2.0.1 -x; fi
57
bundler_args: --without development
68
language: ruby
79
rvm:

0 commit comments

Comments
 (0)