1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-26 13:21:46 +00:00

Bump Ruby versions in .travis.yml

This commit is contained in:
Holger Just 2019-01-11 10:59:18 +01:00
parent 26a1ce0a68
commit 7a6f8fbb69

View File

@ -11,10 +11,11 @@ cache: bundler
rvm: rvm:
# Latest Rubies on top # Latest Rubies on top
- 2.5.3 - 2.6.0
- jruby-9.2.0.0 - jruby-9.2.5.0
# Older versions # Older versions
- 2.5.3
- 2.4.5 - 2.4.5
- 2.3.8 - 2.3.8
- 2.2.10 - 2.2.10
@ -28,7 +29,7 @@ rvm:
matrix: matrix:
include: include:
- rvm: 2.5.3 - rvm: 2.6.0
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