mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Fix db credentials.
This commit is contained in:
parent
83a7b7b785
commit
0974f7bc9f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ before_script:
|
|||
'mysql' => array(
|
||||
'datasource' => 'Database/Mysql',
|
||||
'host' => '127.0.0.1',
|
||||
'login' => 'travis'
|
||||
'login' => 'root'
|
||||
),
|
||||
'pgsql' => array(
|
||||
'datasource' => 'Database/Postgres',
|
||||
|
|
Loading…
Reference in a new issue