mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Uninstall bundler 1.10
This commit is contained in:
parent
81b42970f0
commit
410d246bc0
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ language: ruby
|
|||
sudo: false
|
||||
script: 'ci/travis.rb'
|
||||
before_install:
|
||||
- gem uninstall bundler
|
||||
- gem install bundler --version "< 1.10"
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue