Skip to content

Commit d956096

Browse files
committed
Travis: apply steamroller tactics against bundler
Note to future maintainers: when you drop support for MRI 2.2, drop this as well.
1 parent 2d3dff0 commit d956096

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/travis.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ else
1010
fi
1111

1212
# Bundler 2.0 fails spectacular
13-
gem uninstall bundler || true
13+
rm /home/travis/.rvm/gems/ruby-2.3.7@global/specifications/bundler-2.0.1.gemspec || true
14+
gem uninstall bundler -x -a || true
1415
gem install bundler --no-doc --version '< 2'
16+
bundler --version

0 commit comments

Comments
 (0)