Lets try disabling scout for travis with driver=null
This commit is contained in:
parent
e23a15f9a2
commit
2ed7d2c0a9
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ DB_CONNECTION=travis
|
||||||
CACHE_DRIVER=array
|
CACHE_DRIVER=array
|
||||||
SESSION_DRIVER=array
|
SESSION_DRIVER=array
|
||||||
QUEUE_DRIVER=sync
|
QUEUE_DRIVER=sync
|
||||||
|
|
||||||
|
SCOUT_DRIVER=null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue