Add more location tests, more travis CI fix attempts
This commit is contained in:
parent
579cc86910
commit
a527949939
5 changed files with 77 additions and 14 deletions
|
@ -47,11 +47,11 @@ return [
|
|||
|
||||
'tests' => [
|
||||
'driver' => 'mysql',
|
||||
'host' => env('DB_HOST', 'localhost'),
|
||||
'port' => env('DB_PORT', '3306'),
|
||||
'database' => env('DB_DATABASE', 'travis'),
|
||||
'username' => env('DB_USERNAME', 'root'),
|
||||
'password' => env('DB_PASSWORD', ''),
|
||||
'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' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue