1
0
Fork 0
mirror of synced 2025-04-18 08:20:55 +00:00

run phpcs and phpmd before running phpunit in the CI

This commit is contained in:
Pavel 2020-09-29 16:45:45 +03:00
parent 3d5a4daab3
commit 3fca6283fe

View file

@ -12,7 +12,7 @@ before_script:
- flags="-o"
- composer install $flags
script: composer run-script phpunit
script: composer run-script test
after_success:
- bash <(curl -s https://codecov.io/bash)