language: ruby rvm: - 1.9.3 - 2.0.0 before_script: - cd test/dummy/ ; bundle exec rake db:migrate db:test:prepare ; cd ../../