diff --git a/.travis.yml b/.travis.yml index 7ef057f..98e73cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/easy-coding-standard.neon b/easy-coding-standard.neon new file mode 100644 index 0000000..148fe43 --- /dev/null +++ b/easy-coding-standard.neon @@ -0,0 +1,2 @@ +includes: + - temp/ecs/config/clean-code.neon \ No newline at end of file