1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00
Files
tt-rss/.gitlab-ci.yml
T
Andrew Dolgov 865ae53602 ci: fix typo
2017-04-26 14:05:47 +03:00

17 lines
335 B
YAML

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:
- phpmd include text utils/gitlab-ci/phpmd-ruleset.xml
- phpmd classes text utils/gitlab-ci/phpmd-ruleset.xml