Fixed phpmd download on cert issues

This commit is contained in:
cytopia
2022-01-23 14:40:18 +01:00
parent ed3449af98
commit 9531a29533
12 changed files with 12 additions and 12 deletions

View File

@@ -798,7 +798,7 @@ software_available:
check: phpmd --version | grep -E '^PHPMD [0-9][.0-9]+'
all:
command: |
curl -sS -L --fail https://phpmd.org/static/latest/phpmd.phar > phpmd.phar \
curl -sS -k -L --fail https://phpmd.org/static/latest/phpmd.phar > phpmd.phar \
&& mv phpmd.phar /usr/local/bin/phpmd \
&& chmod +x /usr/local/bin/phpmd \
phpunit: