diff --git a/.drone.yml b/.drone.yml index 2b00e25..4f42080 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,5 @@ steps: image: php:7 commands: - vendor/bin/phpmd - - vendor/bin/phpcs --standard=PSR2 + - vendor/bin/phpcs --standard=PSR2 app - vendor/bin/phpcpd \ No newline at end of file