Activate Dusk in Travis

This commit is contained in:
David Bomba 2019-07-31 20:38:49 +10:00
parent 54c4d7d8c5
commit f9f8f0b92a

View File

@ -77,7 +77,7 @@ before_script:
script:
- php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml
# php artisan dusk
- php artisan dusk
#- npm test
after_success:
- bash <(curl -s https://codecov.io/bash)