mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Merge pull request #2819 from salimane/pr_ruby_2_1_0
Add Ruby 2.1.0 to .travis.yml
This commit is contained in:
commit
0b84a0e7c6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ script: "bundle exec rake test"
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 2.1.0
|
||||||
env:
|
env:
|
||||||
- DEVISE_ORM=mongoid
|
- DEVISE_ORM=mongoid
|
||||||
- DEVISE_ORM=active_record
|
- DEVISE_ORM=active_record
|
||||||
|
|
Loading…
Reference in a new issue