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:
parent
410d246bc0
commit
9ff901bd3e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue