gitlab-ci: run PHP CodeSniffer tests

fixes #13893
This commit is contained in:
Thomas Gelf 2017-01-04 18:41:21 +01:00
parent 52e8eccca4
commit 4ff382626c

View file

@ -1,6 +1,14 @@
stages:
- Coding Standards
- Unit-Tests
PSR2 CS Test:
stage: Coding Standards
tags:
- xenial
script:
- phpcs -p --standard=PSR2 --extensions=php --encoding=utf-8 -w -s library/Businessprocess/ application/ configuration.php run.php test
Xenial:
stage: Unit-Tests
tags: