mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Reorder travis builds to prioritize newer ruby and rails versions
This commit is contained in:
parent
7b33a8ef57
commit
79e861b52b
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,15 +1,15 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.1.5
|
|
||||||
- 2.2.4
|
|
||||||
- 2.3.0
|
- 2.3.0
|
||||||
|
- 2.2.4
|
||||||
|
- 2.1.5
|
||||||
|
|
||||||
gemfile:
|
gemfile:
|
||||||
|
- Gemfile
|
||||||
|
- gemfiles/Gemfile.rails-5.0-beta
|
||||||
- gemfiles/Gemfile.rails-4.2-stable
|
- gemfiles/Gemfile.rails-4.2-stable
|
||||||
- gemfiles/Gemfile.rails-4.1-stable
|
- gemfiles/Gemfile.rails-4.1-stable
|
||||||
- gemfiles/Gemfile.rails-5.0-beta
|
|
||||||
- Gemfile
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -26,8 +26,8 @@ cache: bundler
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- DEVISE_ORM=mongoid
|
|
||||||
- DEVISE_ORM=active_record
|
- DEVISE_ORM=active_record
|
||||||
|
- DEVISE_ORM=mongoid
|
||||||
|
|
||||||
before_install: "rm ${BUNDLE_GEMFILE}.lock"
|
before_install: "rm ${BUNDLE_GEMFILE}.lock"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue