Explorar el Código

travis run dusk

jqh hace 5 años
padre
commit
89b1933e15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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