Merge branch 'feature/test-syntax-13893' into next

This commit is contained in:
Thomas Gelf 2017-01-05 12:51:42 +01:00
commit ab070fc5ab

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: