Enabling travis CS checker

This commit is contained in:
Evert Pot 2016-03-12 20:19:48 -05:00
parent ed4cc7f5f3
commit 9169067750

View file

@ -27,5 +27,5 @@ before_script:
script:
- find Core -name "*.php" | xargs -n1 php -l
# - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
- ./vendor/bin/sabre-cs-fixer fix . --dry-run --diff