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