|
|
@@ -3,6 +3,7 @@ language: php
|
|
|
dist: trusty
|
|
|
|
|
|
php:
|
|
|
+ - 7.1
|
|
|
- 7.2
|
|
|
- 7.3
|
|
|
|
|
|
@@ -46,9 +47,6 @@ before_script:
|
|
|
- sh -e /etc/init.d/xvfb start
|
|
|
- chmod 777 ./vendor/laravel/dusk/bin/chromedriver-linux
|
|
|
- ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
|
|
|
-# - google-chrome --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
|
|
|
-# - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
|
|
|
-# - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
|
|
|
- php artisan serve &
|
|
|
|
|
|
script:
|