Merge pull request #363 from grzuy/ruby_2-6

Update ruby 2.6 for TravisCI runs
This commit is contained in:
Gonzalo Rodriguez 2018-06-25 16:31:40 -03:00 committed by GitHub
commit 7b119da8c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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