1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

fixes for chrome travis

This commit is contained in:
David Bomba 2019-04-24 12:09:33 +10:00
parent 56d4a98707
commit c221bcae96

View File

@ -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 &