Fix db credentials.

This commit is contained in:
mark_story 2017-07-26 23:49:59 -04:00
parent 83a7b7b785
commit 0974f7bc9f

View file

@ -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',