Remove the force uninstall bundler from travis. (#2533)

Signed-off-by: Jared Quick <jquick@chef.io>
This commit is contained in:
Jared Quick 2018-02-06 09:09:52 -05:00 committed by Christoph Hartmann
parent be2216a1b8
commit 7d26674754

View file

@ -11,7 +11,6 @@ bundler_args: "--without integration tools maintenance deploy"
before_install:
- gem update --system
- gem --version
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler
- bundle --version
matrix: