Skip to content

Commit 8353d72

Browse files
Remove workaround that seems fixed now
1 parent ae4a3d5 commit 8353d72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ 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
75
bundler_args: --without development
86
language: ruby
97
rvm:

0 commit comments

Comments
 (0)