瀏覽代碼

travis run dusk

jqh 5 年之前
父節點
當前提交
3156a74bb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -39,7 +39,7 @@ install:
 
 before_script:
   - chmod 777 ./tests/resources/drivers/chromedriver-linux
-  - google-chrome-stable --user-data-dir --disable-web-security --allow-insecure-localhost --allow-running-insecure-content --ignore-certificate-errors --whitelisted-ips --disable-dev-shm-usage --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
+  - google-chrome --user-data-dir --disable-web-security --allow-insecure-localhost --allow-running-insecure-content --ignore-certificate-errors --whitelisted-ips --disable-dev-shm-usage --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
   - php artisan serve &
 
 script: