mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
trying to fix travis...
This commit is contained in:
parent
1414e2c0a3
commit
9ab2033a3e
1 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,6 @@ script: "bundle exec rake travis"
|
|||
gemfile:
|
||||
- Gemfile
|
||||
before_script:
|
||||
- mysql -e 'create database database_cleaner_test;'
|
||||
- psql -c 'create database database_cleaner_test;' -U postgres
|
||||
- cp db/sample.config.yml db/config.yml
|
||||
|
|
Loading…
Reference in a new issue