Skip to content

Commit 87c6ecc

Browse files
TomasVotrubajaapio
authored andcommitted
init coding style check
1 parent e223aa7 commit 87c6ecc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ cache:
1111

1212
install:
1313
- composer install --no-interaction
14+
# coding style
15+
- composer create-project symplify/easy-coding-standard temp/ecs
1416

1517
script:
1618
- vendor/bin/phpunit --coverage-clover=coverage.clover -v
19+
# coding style
20+
- temp/ecs/bin/ecs check src
1721

1822
after_script:
1923
- wget https://scrutinizer-ci.com/ocular.phar

easy-coding-standard.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
includes:
2+
- temp/ecs/config/clean-code.neon

0 commit comments

Comments
 (0)