Update CI to use Ruby 2.1.2

This commit is contained in:
Alberto Grespan 2014-05-09 14:34:57 -04:30
parent 56b64d688d
commit 03291eb5f4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ install:
- script/rebund download - script/rebund download
- travis_retry bundle install --path vendor/bundle - travis_retry bundle install --path vendor/bundle
rvm: rvm:
- 2.1.1 - 2.1.2
- 2.0.0 - 2.0.0
- 1.9.3 - 1.9.3
script: script/cibuild script: script/cibuild