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

Update Ruby 2.6 to 2.6.1 on Travis CI

This commit is contained in:
Holger Just 2019-02-04 22:11:37 +01:00
parent b6be188dbd
commit 40c97ffbbf

View File

@ -11,7 +11,7 @@ cache: bundler
rvm:
# Latest Rubies on top
- 2.6.0
- 2.6.1
- jruby-9.2.5.0
- truffleruby-1.0.0-rc10
@ -30,7 +30,7 @@ rvm:
matrix:
include:
- rvm: 2.6.0
- rvm: 2.6.1
env: COVERAGE=1
# An older Ruby/Rack combination as used by Rails 3.2. As long as it works