Use ruby 1.9.3

This commit is contained in:
Piotr Sarnacki 2013-09-03 17:26:20 +02:00
parent d133528893
commit dcc65cc735
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.0.0
- 1.9.3
before_script:
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
notifications:

View File

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