Skip to content
Prev Previous commit
Next Next commit
Enhancement: Run php-cs-fixer on CircleCI
  • Loading branch information
localheinz committed May 25, 2018
commit f5864bb1251617c1adedcec0936c85f0d05b1dd7
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- run:
name: install current dependencies
command: composer install --no-progress
- run:
name: run php-cs-fixer
command: vendor/bin/php-cs-fixer fix --diff --dry-run --verbose
- run:
name: run tests
command: vendor/bin/phpunit --log-junit ~/phpunit/junit.xml --coverage-text tests
Expand Down