See if there’s issues with saving session data
This commit is contained in:
parent
237a75ec2f
commit
18a0eb27c7
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ APP_SHORTURL=local
|
|||
DB_CONNECTION=travis
|
||||
|
||||
CACHE_DRIVER=array
|
||||
SESSION_DRIVER=cookie
|
||||
SESSION_DRIVER=file
|
||||
QUEUE_DRIVER=sync
|
||||
|
||||
SCOUT_DRIVER=pgsql
|
||||
|
|
|
@ -56,6 +56,7 @@ before_script:
|
|||
- php artisan key:generate
|
||||
- php artisan migrate
|
||||
- php artisan db:seed
|
||||
- chmod -R 777 storage/
|
||||
- phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=DEBUG &
|
||||
- sleep 5 # Give artisan some time to start serving
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue