Fix missing backslash in Docker command

This commit is contained in:
cytopia
2020-01-04 18:35:29 +01:00
parent f04a5ec693
commit cc77461311
11 changed files with 11 additions and 11 deletions

View File

@@ -739,7 +739,7 @@ software_available:
command: |
wget -c https://phpmd.org/static/latest/phpmd.phar \
&& mv phpmd.phar /usr/local/bin/phpmd \
&& chmod +x /usr/local/bin/phpmd
&& chmod +x /usr/local/bin/phpmd \
phpunit:
disabled: [5.2, 8.0]
check: phpunit --version | grep -iE '^PHPUnit\s[.0-9]+'