1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-01 01:37:12 +00:00

Update Rubies for Travis CI

This commit is contained in:
Holger Just 2018-05-16 21:38:59 +02:00
parent a99f182715
commit 244d43a1ce

View File

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