mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Avoid rubygems 3.x that doesn't support ruby < 2.3
This commit is contained in:
parent
184bdbed52
commit
b2d6027c8a
1 changed files with 1 additions and 1 deletions
|
@ -59,5 +59,5 @@ matrix:
|
|||
- rvm: rbx-3
|
||||
- gemfile: test/gemfiles/Gemfile.rails-edge
|
||||
fast_finish: true
|
||||
before_install: "gem update --system" # https://github.com/travis-ci/travis-ci/issues/8974
|
||||
before_install: gem i rubygems-update -v '<3' && update_rubygems # https://github.com/travis-ci/travis-ci/issues/8974
|
||||
script: "bundle exec rake submodules test"
|
||||
|
|
Loading…
Add table
Reference in a new issue