fixes for chrome travis
This commit is contained in:
parent
56d4a98707
commit
c221bcae96
|
|
@ -70,9 +70,9 @@ before_script:
|
|||
- npm run production
|
||||
# migrate and seed the database
|
||||
# Start webserver on ninja.test:8000
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
- sleep 3
|
||||
# export DISPLAY=:99.0
|
||||
# sh -e /etc/init.d/xvfb start
|
||||
# sleep 3
|
||||
- ./vendor/laravel/dusk/bin/chromedriver-linux &
|
||||
- php artisan serve &
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue