mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Start CI with the latest one, then older ones and unstable ones
This commit is contained in:
parent
fc6485f458
commit
599d35b93a
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -2,19 +2,19 @@ language: ruby
|
|||
dist: trusty
|
||||
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.10
|
||||
- 2.2.6
|
||||
- 2.3.3
|
||||
- 2.4.0
|
||||
- 2.3.3
|
||||
- 2.2.6
|
||||
- 2.1.10
|
||||
- 2.0.0
|
||||
- ruby-head
|
||||
- jruby-9.1.6.0
|
||||
- rbx-3
|
||||
|
||||
gemfile:
|
||||
- gemfiles/active_record_41.gemfile
|
||||
- gemfiles/active_record_42.gemfile
|
||||
- gemfiles/active_record_50.gemfile
|
||||
- gemfiles/active_record_42.gemfile
|
||||
- gemfiles/active_record_41.gemfile
|
||||
- gemfiles/active_record_edge.gemfile
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue