Browse Source

travis run dusk

jqh 5 years ago
parent
commit
97c38a0eb6
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -39,8 +39,9 @@ install:
 
 
 before_script:
 before_script:
  # - chmod 777 ./tests/resources/drivers/chromedriver-linux
  # - chmod 777 ./tests/resources/drivers/chromedriver-linux
-  - chmod 777 ./vendor/laravel/dusk/bin/chromedriver-linux
-  - ./vendor/laravel/dusk/bin/chromedriver-linux & --whitelisted-ips --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
+#  - chmod 777 ./vendor/laravel/dusk/bin/chromedriver-linux
+  - google-chrome-stable --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 &
   - php artisan serve &
 
 
 script:
 script: