Should fix failing travis builds

This commit is contained in:
Dane Everitt 2017-07-23 17:55:38 -05:00
parent 7f0130100d
commit ebb3a01036
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 19 additions and 28 deletions

View file

@ -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,
],
],
/*