Przeglądaj źródła

traivs run dusk

jqh 5 lat temu
rodzic
commit
9d92a63fd7
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -39,7 +39,8 @@ install:
 
 before_script:
 #  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
-  - sudo ./dcat-admin/tests/resources/drivers/chromedriver-linux --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 --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
   - php artisan serve &
 
 script: