Update ruby 2.6 for TravisCI runs

This commit is contained in:
Gonzalo Rodriguez 2018-06-25 14:13:25 -03:00
parent b6362415ba
commit 0d338227f0
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -2,7 +2,7 @@ language: ruby
cache: bundler cache: bundler
rvm: rvm:
- 2.6.0-preview1 - 2.6.0-preview2
- 2.5.1 - 2.5.1
- 2.4.4 - 2.4.4
- 2.3.7 - 2.3.7
@ -30,7 +30,7 @@ gemfile:
matrix: matrix:
allow_failures: allow_failures:
- rvm: 2.6.0-preview1 - rvm: 2.6.0-preview2
fast_finish: true fast_finish: true