1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-01-31 17:27:13 +00:00

Bump Rubies in Travis CI and add Ruby 2.5.0

This commit is contained in:
Holger Just 2018-01-03 21:03:34 +01:00
parent 7c424edfe0
commit 2425fdea09

View File

@ -11,12 +11,13 @@ cache: bundler
rvm:
# Latest Rubies on top
- 2.4.2
- jruby-9.1.13.0
- 2.5.0
- jruby-9.1.15.0
# Older versions
- 2.3.5
- 2.2.8
- 2.4.2
- 2.3.6
- 2.2.9
- 2.1.10
- jruby-9.0.5.0
@ -26,7 +27,7 @@ rvm:
matrix:
include:
- rvm: 2.4.2
- rvm: 2.5.0
env: COVERAGE=1
# An older Ruby/Rack combination as used by Rails 3.2. As long as it works