Run phpunit with both phpdbg and just php

This commit is contained in:
Jonny Barnes 2017-03-01 22:40:57 +00:00
parent bdded592fb
commit 8d05c7440f

View file

@ -60,5 +60,6 @@ before_script:
script: script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text - phpdbg -qrr vendor/bin/phpunit --coverage-text
- php vendor/bin/phpunit
- php artisan dusk - php artisan dusk
- php artisan security:check - php artisan security:check