Should fix failing travis builds
This commit is contained in:
parent
7f0130100d
commit
ebb3a01036
6 changed files with 19 additions and 28 deletions
|
@ -44,19 +44,6 @@ return [
|
|||
'prefix' => '',
|
||||
'strict' => false,
|
||||
],
|
||||
|
||||
'tests' => [
|
||||
'driver' => 'mysql',
|
||||
'host' => env('TEST_DB_HOST', 'localhost'),
|
||||
'port' => env('TEST_DB_PORT', '3306'),
|
||||
'database' => env('TEST_DB_DATABASE', 'travis'),
|
||||
'username' => env('TEST_DB_USERNAME', 'root'),
|
||||
'password' => env('TEST_DB_PASSWORD', ''),
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => false,
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue