Added php-cs-fixer for application/src to travis

This commit is contained in:
Kevin Frantz 2018-10-31 10:40:43 +01:00
parent a663869add
commit bec7c1d9ce

View File

@ -12,6 +12,7 @@ before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
script:
- php ./vendor/bin/php-cs-fixer fix -v --diff --dry-run ./src/
- bin/console doctrine:schema:validate --skip-sync
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: