Skip to content

Commit 015c4b8

Browse files
committed
Added the CS fixer to CI
1 parent d9c3ca5 commit 015c4b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ before_script:
3636
script:
3737
- if [[ $COVERAGE ]]; then mkdir -p build/logs; fi
3838
- php vendor/bin/phpunit $COVERAGE
39+
- php vendor/bin/php-cs-fixer fix
3940

4041
after_script:
4142
- if [[ $COVERAGE ]]; then php vendor/bin/php-coveralls; fi

0 commit comments

Comments
 (0)