1
0
Fork 0
This commit is contained in:
Andrew Tomaka 2013-08-10 00:30:01 -04:00
parent bb7cad00ef
commit be5752beb3
1 changed files with 3 additions and 1 deletions

View File

@ -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