Add Ruby 2.1.0 to .travis.yml

This commit is contained in:
Salimane Adjao Moustapha 2014-01-03 11:39:16 +01:00
parent 89ce9c922c
commit db204f33e0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ script: "bundle exec rake test"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- DEVISE_ORM=mongoid
- DEVISE_ORM=active_record