No mysql
This commit is contained in:
parent
bb7cad00ef
commit
be5752beb3
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ env:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- RAILS_ENV=test bundle exec rake --trace db:migrate test
|
- RAILS_ENV=test bundle exec rake --trace db:migrate test
|
||||||
|
- bundle exec rake db:test:prepare
|
||||||
|
- bundle exec rake
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'create database test'
|
- cp config/database.travis.yml config/database.yml
|
||||||
|
|
Loading…
Reference in a new issue