summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-26 16:26:53 +0300
committerAndrew Dolgov <[email protected]>2017-04-26 16:26:53 +0300
commit39238155802534f9234835e9fce0fd9c5348221e (patch)
tree80e5f269feed1b8fbf379f1ed02052e8d7355dbe /.gitlab-ci.yml
parent897804cef29e4d7d851985eab921ffad8106b0cf (diff)
ci: check syntax via php first
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce6be002a..b66939c49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
phpmd:
image: php:5.6
script:
+ - sh utils/php-lint.sh
- 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