diff --git a/.travis.yml b/.travis.yml index 113adbe8..d49d16d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ matrix: env: LARAVEL='5.8.*' fast_finish: true +services: + - xvfb + addons: chrome: stable @@ -30,8 +33,6 @@ before_script: - if [[ $COVERAGE == "" ]]; then phpenv config-rm xdebug.ini; fi - composer config discard-changes true - ./vendor/bin/dusk-updater update - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start - ./vendor/laravel/dusk/bin/chromedriver-linux & - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &