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:
parent
c1b38ed873
commit
852422bc3e
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,9 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- 2.4.2
|
- 2.5.0
|
||||||
- 2.3.5
|
- 2.4.3
|
||||||
|
- 2.3.6
|
||||||
- 2.2.8
|
- 2.2.8
|
||||||
- 2.1.10
|
- 2.1.10
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
@ -51,4 +52,5 @@ matrix:
|
||||||
- rvm: rbx-3
|
- rvm: rbx-3
|
||||||
- gemfile: test/gemfiles/Gemfile.rails-edge
|
- gemfile: test/gemfiles/Gemfile.rails-edge
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
before_install: "gem update --system" # https://github.com/travis-ci/travis-ci/issues/8974
|
||||||
script: "bundle exec rake submodules test"
|
script: "bundle exec rake submodules test"
|
||||||
|
|
Loading…
Add table
Reference in a new issue