Test against latest Rubies

This commit is contained in:
Yuki Nishijima 2018-10-30 15:06:29 -04:00
parent 6cb907d61e
commit 5996f3d1d8
1 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
language: ruby
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
- 2.5.3
- 2.4.5
- 2.3.8
- ruby-head
- jruby-9.1.13.0
- jruby-9.2.0.0
# - rbx-3
gemfile:
@ -32,13 +32,13 @@ cache: bundler
matrix:
exclude:
- rvm: 2.5.1
- rvm: 2.5.3
gemfile: gemfiles/active_record_42.gemfile
- rvm: 2.5.1
- rvm: 2.5.3
gemfile: gemfiles/active_record_41.gemfile
- rvm: 2.4.4
- rvm: 2.4.5
gemfile: gemfiles/active_record_42.gemfile
- rvm: 2.4.4
- rvm: 2.4.5
gemfile: gemfiles/active_record_41.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_42.gemfile
@ -56,7 +56,7 @@ matrix:
env: DB=sqlite3
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.13.0
- rvm: jruby-9.2.0.0
# - rvm: rbx-3
- gemfile: gemfiles/active_record_edge.gemfile
fast_finish: true