From 87c6ecc5f4c8fc7f8873e051b14e6f17e0180129 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sat, 11 Nov 2017 10:17:40 +0100 Subject: [PATCH] init coding style check --- .travis.yml | 4 ++++ easy-coding-standard.neon | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 easy-coding-standard.neon 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