Activate Dusk in Travis
This commit is contained in:
parent
54c4d7d8c5
commit
f9f8f0b92a
|
|
@ -77,7 +77,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml
|
- php ./vendor/bin/phpunit --debug --verbose --coverage-clover=coverage.xml
|
||||||
# php artisan dusk
|
- php artisan dusk
|
||||||
#- npm test
|
#- npm test
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue