Explorar el Código

traivs run dusk

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

+ 2 - 1
.travis.yml

@@ -34,9 +34,10 @@ install:
   - travis_retry composer require laravel/dusk --dev
   - php artisan admin:publish --force
   - php artisan admin:install
+  - php artisan migrate:rollback
 
 before_script:
-  - 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: