mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Only against Rails 5.1 and SQLite3 is enough for CIing ruby 2.2.7
This commit is contained in:
parent
92255561ab
commit
000e025812
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,6 @@ dist: trusty
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.1
|
- 2.4.1
|
||||||
- 2.3.4
|
- 2.3.4
|
||||||
- 2.2.7
|
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- jruby-9.1.10.0
|
- jruby-9.1.10.0
|
||||||
# - rbx-3
|
# - rbx-3
|
||||||
|
@ -37,6 +36,9 @@ matrix:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
gemfile: gemfiles/active_record_41.gemfile
|
gemfile: gemfiles/active_record_41.gemfile
|
||||||
include:
|
include:
|
||||||
|
- rvm: 2.2.7
|
||||||
|
gemfile: gemfiles/active_record_51.gemfile
|
||||||
|
env: DB=sqlite3
|
||||||
- rvm: 2.1.10
|
- rvm: 2.1.10
|
||||||
gemfile: gemfiles/active_record_42.gemfile
|
gemfile: gemfiles/active_record_42.gemfile
|
||||||
env: DB=sqlite3
|
env: DB=sqlite3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue