mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
No need to test against ree since we are testing with 1.8.7
This commit is contained in:
parent
bfa65dde70
commit
349aab72f0
1 changed files with 0 additions and 7 deletions
|
@ -4,18 +4,11 @@ rvm:
|
|||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- ree
|
||||
env:
|
||||
- DEVISE_ORM=mongoid
|
||||
- DEVISE_ORM=active_record
|
||||
matrix:
|
||||
exclude:
|
||||
- rvm: ree
|
||||
env: DEVISE_ORM=mongoid
|
||||
gemfile: Gemfile
|
||||
- rvm: ree
|
||||
env: DEVISE_ORM=mongoid
|
||||
gemfile: gemfiles/Gemfile.rails-3.1.x
|
||||
- rvm: 1.8.7
|
||||
env: DEVISE_ORM=mongoid
|
||||
gemfile: Gemfile
|
||||
|
|
Loading…
Reference in a new issue