feat: explicitly support ruby 2.6

This commit is contained in:
Gonzalo Rodriguez 2018-12-27 10:32:50 -03:00
parent 96200fd534
commit 1111179051
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -3,7 +3,8 @@ language: ruby
cache: bundler
rvm:
- 2.6.0-preview2
- ruby-head
- 2.6.0
- 2.5.1
- 2.4.4
- 2.3.7
@ -29,7 +30,7 @@ gemfile:
matrix:
allow_failures:
- rvm: 2.6.0-preview2
- rvm: ruby-head
fast_finish: true