run phpcs and phpmd before running phpunit in the CI
This commit is contained in:
parent
3d5a4daab3
commit
3fca6283fe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue