Update Travis config to test on ruby 2.1.1 instead of 2.1.0

This commit is contained in:
Lucas Mazza
2014-05-04 22:45:07 -03:00
parent 3014bcbc45
commit a3fc587c24

View File

@@ -4,7 +4,7 @@ install: script/cached-bundle install --deployment --path vendor/bundle
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.1
env:
matrix:
- DEVISE_ORM=mongoid