summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: ea1437b80c9bc5096ae33d8412cfbc3d22466df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image: php:5.6

before_script:
  - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar
  - chmod +x /usr/bin/phpmd

stages:
  - test

jobs:
  when: manual
  stage: test
  script:
    - sh utils/gitlab-ci/phpmd.sh