Browse Source

travis run dusk

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

+ 2 - 2
.travis.yml

@@ -39,8 +39,8 @@ install:
 
 before_script:
 #  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
-  - chmod 777 ./dcat-admin/tests/resources/drivers/chromedriver-linux
-  - ./dcat-admin/tests/resources/drivers/chromedriver-linux --headless –-no-sandbox --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
+#  - chmod 777 ./dcat-admin/tests/resources/drivers/chromedriver-linux
+  - google-chrome --headless –-no-sandbox --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
   - php artisan serve &
 
 script: