language: ruby rvm: 1.9.3 before_script: - cd spec/dummy - RAILS_ENV=test bundle exec rake db:migrate - cd ../