jqh před 5 roky
rodič
revize
2496229f32
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -45,8 +45,8 @@ 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-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
-  - google-chrome-stable --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: