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

Bump Ruby 2.5, 2.6 in .travis.yml

This commit is contained in:
Holger Just 2019-03-14 12:08:19 +01:00
parent 512b3e692a
commit 3aca853928

View File

@ -11,12 +11,12 @@ cache: bundler
rvm:
# Latest Rubies on top
- 2.6.1
- 2.6.2
- jruby-9.2.5.0
- truffleruby-1.0.0-rc12
# Older versions
- 2.5.3
- 2.5.4
- 2.4.5
- 2.3.8
- 2.2.10
@ -30,7 +30,7 @@ rvm:
matrix:
include:
- rvm: 2.6.1
- rvm: 2.6.2
env: COVERAGE=1
# An older Ruby/Rack combination as used by Rails 3.2. As long as it works