Clean up references to travis in all tests

This commit is contained in:
Kijin Sung 2021-03-12 20:53:40 +09:00
parent 1a824ae652
commit 715e8d781c
3 changed files with 8 additions and 25 deletions

View file

@ -8,23 +8,10 @@ modules:
CURLOPT_TIMEOUT: 180
DbDropTablesHelper:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
user: 'root'
password: 'root'
Db:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
user: 'root'
password: 'root'
cleanup: true
env:
travis:
modules:
config:
Db:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'
cleanup: true
DbDropTablesHelper:
dsn: 'mysql:host=localhost;dbname=rhymix'
user: 'travis'
password: 'travis'