Revert "Force the uninstall"

This reverts commit 9ff901bd3e046b0373b28459269146707b5bf8c9.
This commit is contained in:
Samuel E. Giddins 2015-05-28 22:38:19 -07:00
parent 6e83a133f7
commit 76f0cdbd90

@ -2,7 +2,7 @@ language: ruby
sudo: false
script: 'ci/travis.rb'
before_install:
- gem uninstall bundler -x --force
- gem uninstall bundler
- gem install bundler --version "< 1.10"
- "rm ${BUNDLE_GEMFILE}.lock"
before_script: