Only against Rails 4.2 and SQLite3 is enough for CIing ruby 2.0.0

This commit is contained in:
Akira Matsuda 2017-06-02 20:47:21 +09:00
parent 12ae02ca17
commit e9aa77eddd
1 changed files with 4 additions and 7 deletions

View File

@ -6,7 +6,6 @@ rvm:
- 2.3.4
- 2.2.7
- 2.1.10
- 2.0.0
- ruby-head
- jruby-9.1.10.0
# - rbx-3
@ -32,16 +31,10 @@ cache: bundler
matrix:
exclude:
- rvm: 2.0.0
gemfile: gemfiles/active_record_51.gemfile
- rvm: 2.1.10
gemfile: gemfiles/active_record_51.gemfile
- rvm: 2.0.0
gemfile: gemfiles/active_record_50.gemfile
- rvm: 2.1.10
gemfile: gemfiles/active_record_50.gemfile
- rvm: 2.0.0
gemfile: gemfiles/active_record_edge.gemfile
- rvm: 2.1.10
gemfile: gemfiles/active_record_edge.gemfile
- rvm: 2.4.1
@ -50,6 +43,10 @@ matrix:
gemfile: gemfiles/active_record_42.gemfile
- rvm: ruby-head
gemfile: gemfiles/active_record_41.gemfile
include:
- rvm: 2.0.0
gemfile: gemfiles/active_record_42.gemfile
env: DB=sqlite3
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.10.0