Selaa lähdekoodia

travis run dusk

jqh 5 vuotta sitten
vanhempi
commit
b7eac27011
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -40,7 +40,7 @@ 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 --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
+  - ./dcat-admin/tests/resources/drivers/chromedriver-linux --headless –no-sandbox --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
   - php artisan serve &
 
 script: