Explorar o código

travis run dusk

jqh %!s(int64=5) %!d(string=hai) anos
pai
achega
bcc5a29743
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -44,7 +44,8 @@ install:
 before_script:
 #  - 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 --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
+  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
   - php artisan serve &
 
 script: