Use ruby 2.0.0

This commit is contained in:
Piotr Sarnacki 2013-11-08 13:33:41 +01:00
parent 82ceb4fd1f
commit 0dd6380b8e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ env:
- RUBY_GC_MALLOC_LIMIT=90000000
- RUBY_FREE_MIN=200000
rvm:
- 1.9.3
- 2.0.0
before_script:
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
notifications:

View File

@ -1,4 +1,4 @@
ruby '1.9.3' rescue nil
ruby '2.0.0'
source 'https://rubygems.org'
gemspec