Push more tests for location services, setup travis CI integration
This commit is contained in:
parent
13cd01cfe6
commit
760525a673
8 changed files with 279 additions and 69 deletions
config
|
@ -44,6 +44,19 @@ return [
|
|||
'prefix' => '',
|
||||
'strict' => false,
|
||||
],
|
||||
|
||||
'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', ''),
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => false,
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue