diff --git a/.travis.yml b/.travis.yml index fe2676a..437750e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ env: script: - RAILS_ENV=test bundle exec rake --trace db:migrate test + - bundle exec rake db:test:prepare + - bundle exec rake before_script: - - mysql -e 'create database test' + - cp config/database.travis.yml config/database.yml