mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updates travis yaml file to use new db config
This commit is contained in:
parent
56df01d91f
commit
45b0b07f66
1 changed files with 1 additions and 2 deletions
|
@ -6,5 +6,4 @@ 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