Merge pull request #289 from grzuy/ruby_2-6

Let TravisCI give early feedback about ruby 2.6.0-preview1
This commit is contained in:
Gonzalo Rodriguez 2018-03-12 15:36:46 -03:00 committed by GitHub
commit 8cddc3c7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ language: ruby
cache: bundler
rvm:
- 2.6.0-preview1
- 2.5.0
- 2.4.3
- 2.3.6
@ -22,6 +23,8 @@ gemfile:
matrix:
allow_failures:
- gemfile: gemfiles/rails_5_2.gemfile
- rvm: 2.6.0-preview1
fast_finish: true
services: