more fixes for travis

This commit is contained in:
Nabeel Shahzad
2017-06-08 22:50:22 -05:00
parent 616f44f9c5
commit 5e323c3310
5 changed files with 25 additions and 28 deletions

View File

@@ -46,9 +46,9 @@ return [
'connections' => [
'sqlite' => [
'testing' => [
'driver' => 'sqlite',
'database' => env('DB_DATABASE', base_path('tmp/database.sqlite')),
'database' => database_path('testing.sqlite'),
'prefix' => '',
],