Skip to content
Snippets Groups Projects
Commit 85092bbd authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

BUGFIX: Create build result folder for phpmd

parent da94cea2
No related merge requests found
......@@ -22,6 +22,7 @@ lint:coding-guideline: &PHP-LINTING
lint:php-mass-detection:
<<: *PHP-LINTING
script:
- mkdir result
- ./vendor/bin/phpmd src text phpmd.xml > result/phpmd.txt
test:5.3: &PHP-UNITTESTING
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment