init coding style check

This commit is contained in:
TomasVotruba
2017-11-12 21:23:54 +01:00
committed by Jaap van Otterdijk
parent e223aa704a
commit 87c6ecc5f4
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -11,9 +11,13 @@ cache:
install:
- composer install --no-interaction
# coding style
- composer create-project symplify/easy-coding-standard temp/ecs
script:
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
# coding style
- temp/ecs/bin/ecs check src
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
+2
View File
@@ -0,0 +1,2 @@
includes:
- temp/ecs/config/clean-code.neon