check output / travis fun

pull/248/head
David Goodwin 5 years ago
parent fe48b35cfd
commit 018f5d9e05

@ -55,6 +55,8 @@ if (getenv('DATABASE') == 'mysql') {
$config = parse_ini_file($expand_tilde('~/.my.cnf'));
var_dump($config);
if (empty($config)) {
$config = ['user'=>'root', 'host' => '127.0.0.1', 'password' => ''];
}

Loading…
Cancel
Save