1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Update all Rubies in .travis.yml

This commit is contained in:
Holger Just 2019-12-18 12:52:46 +01:00
parent 23aabecacc
commit a9641e907d

View File

@ -11,14 +11,14 @@ cache: bundler
rvm: rvm:
# Latest Rubies on top # Latest Rubies on top
- 2.6.2 - 2.6.5
- jruby-9.2.6.0 - jruby-9.2.9.0
- truffleruby-19.3.0 - truffleruby-19.3.0
# Older versions # Older versions
- 2.5.5 - 2.5.7
- 2.4.6 - 2.4.9
- 2.3.8 - 2.3.7
- 2.2.10 - 2.2.10
- 2.1.10 - 2.1.10
- jruby-9.1.17.0 - jruby-9.1.17.0
@ -30,7 +30,7 @@ rvm:
matrix: matrix:
include: include:
- rvm: 2.6.2 - rvm: 2.6.5
env: COVERAGE=1 env: COVERAGE=1
# An older Ruby/Rack combination as used by Rails 3.2. As long as it works # An older Ruby/Rack combination as used by Rails 3.2. As long as it works
@ -43,7 +43,6 @@ matrix:
- rvm: jruby-head - rvm: jruby-head
- rvm: truffleruby-19.3.0 - rvm: truffleruby-19.3.0
before_install: before_install:
# Bundler 2.0 requires at least Ruby 2.3. We need to explicitly install an # Bundler 2.0 requires at least Ruby 2.3. We need to explicitly install an
# older version of bundler for older Ruby versions since they can't / won't # older version of bundler for older Ruby versions since they can't / won't