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

Upgrade Ruby versions on Travis

and fix Bundler dep_proxy issue caused by RubyGems
This commit is contained in:
Takashi Kokubun 2017-12-29 23:48:32 +09:00
parent c1b38ed873
commit 852422bc3e

View file

@ -4,8 +4,9 @@ language: ruby
cache: bundler
rvm:
- ruby-head
- 2.4.2
- 2.3.5
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.8
- 2.1.10
- 2.0.0
@ -51,4 +52,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
script: "bundle exec rake submodules test"