Skip to content
Snippets Groups Projects
Commit e7340184 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

ci: fix typo

parent cffe1d51
No related branches found
No related tags found
No related merge requests found
phpmd: phpmd:
image: php:5.6 image: php:5.6
script: script:
- sh utils/php-lint.sh - sh utils/gitlab-ci/php-lint.sh
- curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- chmod +x /usr/bin/phpmd - chmod +x /usr/bin/phpmd
- sh utils/gitlab-ci/phpmd.sh - sh utils/gitlab-ci/phpmd.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment