remove before_script

This commit is contained in:
Andrew Dolgov 2017-04-26 16:01:39 +03:00
parent b3b2782358
commit a53ce54c3a
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
before_script:
- curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- chmod +x /usr/bin/phpmd
phpmd:
image: php:5.6
script:
- curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
- chmod +x /usr/bin/phpmd
- sh utils/gitlab-ci/phpmd.sh
schema: