Parcourir la source

travis run dusk

jqh il y a 5 ans
Parent
commit
bcc5a29743
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: