mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Enable Ruby 2.0 in travis
This commit is contained in:
parent
e79ebe8aec
commit
d29b744d92
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ language: ruby
|
|||
script: "bundle exec rake test"
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
env:
|
||||
- DEVISE_ORM=mongoid
|
||||
- DEVISE_ORM=active_record
|
||||
|
|
Loading…
Add table
Reference in a new issue