1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Force the uninstall

This commit is contained in:
Rafael Mendonça França 2015-05-28 23:24:28 -03:00
parent 410d246bc0
commit 9ff901bd3e

View file

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