Răsfoiți Sursa

travis php7.1

jqh 5 ani în urmă
părinte
comite
7231296dd0
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -3,6 +3,7 @@ language: php
 dist: trusty
 
 php:
+  - 7.1
   - 7.2
   - 7.3
 
@@ -46,9 +47,6 @@ before_script:
   - sh -e /etc/init.d/xvfb start
   - chmod 777 ./vendor/laravel/dusk/bin/chromedriver-linux
   - ./vendor/laravel/dusk/bin/chromedriver-linux --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
-#  - google-chrome --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
-#  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
-#  - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost &
   - php artisan serve &
 
 script: