We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e223aa7 commit 87c6eccCopy full SHA for 87c6ecc
.travis.yml
@@ -11,9 +11,13 @@ cache:
11
12
install:
13
- composer install --no-interaction
14
+ # coding style
15
+ - composer create-project symplify/easy-coding-standard temp/ecs
16
17
script:
18
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
19
20
+ - temp/ecs/bin/ecs check src
21
22
after_script:
23
- wget https://scrutinizer-ci.com/ocular.phar
easy-coding-standard.neon
@@ -0,0 +1,2 @@
1
+includes:
2
+ - temp/ecs/config/clean-code.neon
0 commit comments