Test on ruby 2.0.0

This commit is contained in:
Piotr Sarnacki 2013-09-03 13:53:32 +02:00
parent dae72e62a8
commit dae80733f9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: ruby
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' rescue nil
source 'https://rubygems.org'
gemspec