mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Only against Rails 4.2 and SQLite3 is enough for CIing ruby 2.1.10
This commit is contained in:
parent
e9aa77eddd
commit
92255561ab
1 changed files with 3 additions and 7 deletions
10
.travis.yml
10
.travis.yml
|
@ -5,7 +5,6 @@ rvm:
|
|||
- 2.4.1
|
||||
- 2.3.4
|
||||
- 2.2.7
|
||||
- 2.1.10
|
||||
- ruby-head
|
||||
- jruby-9.1.10.0
|
||||
# - rbx-3
|
||||
|
@ -31,12 +30,6 @@ cache: bundler
|
|||
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: 2.1.10
|
||||
gemfile: gemfiles/active_record_51.gemfile
|
||||
- rvm: 2.1.10
|
||||
gemfile: gemfiles/active_record_50.gemfile
|
||||
- rvm: 2.1.10
|
||||
gemfile: gemfiles/active_record_edge.gemfile
|
||||
- rvm: 2.4.1
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
- rvm: 2.4.1
|
||||
|
@ -44,6 +37,9 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
gemfile: gemfiles/active_record_41.gemfile
|
||||
include:
|
||||
- rvm: 2.1.10
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
env: DB=sqlite3
|
||||
- rvm: 2.0.0
|
||||
gemfile: gemfiles/active_record_42.gemfile
|
||||
env: DB=sqlite3
|
||||
|
|
Loading…
Reference in a new issue