Ver código fonte

travis run dusk

jqh 5 anos atrás
pai
commit
6245af5270
1 arquivos alterados com 6 adições e 2 exclusões
  1. 6 2
      .travis.yml

+ 6 - 2
.travis.yml

@@ -1,5 +1,9 @@
+sudo: required
+
 language: php
 
+dist: trusty
+
 php:
   - 7.2
   - 7.3
@@ -9,7 +13,7 @@ matrix:
   allow_failures:
     - php: hhvm
 
-sudo: false
+#sudo: false
 
 services:
   - mysql
@@ -40,7 +44,7 @@ install:
 before_script:
  # - chmod 777 ./tests/resources/drivers/chromedriver-linux
 #  - chmod 777 ./vendor/laravel/dusk/bin/chromedriver-linux
-  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
+  - google-chrome-stable --whitelisted-ips --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
   #- ./vendor/laravel/dusk/bin/chromedriver-linux & --whitelisted-ips --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
   - php artisan serve &