mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Clean up references to travis in all tests
This commit is contained in:
parent
1a824ae652
commit
715e8d781c
3 changed files with 8 additions and 25 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue