29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00

add phpcs to compare it with travis

This commit is contained in:
Robert Deutz 2017-02-12 15:56:10 +01:00
parent a240a22e0e
commit 2705b7b54e

View File

@ -3,6 +3,13 @@ pipeline:
image: plugins/git
depth: 1
phpcs:
image: joomlaprojects/docker-phpcs
commands:
- echo $(date)
- /root/.composer/vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla .
- echo $(date)
javascript:
image: joomlaprojects/docker-systemtests:latest
commands: