We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c3ca5 commit 015c4b8Copy full SHA for 015c4b8
.travis.yml
@@ -36,6 +36,7 @@ before_script:
36
script:
37
- if [[ $COVERAGE ]]; then mkdir -p build/logs; fi
38
- php vendor/bin/phpunit $COVERAGE
39
+ - php vendor/bin/php-cs-fixer fix
40
41
after_script:
42
- if [[ $COVERAGE ]]; then php vendor/bin/php-coveralls; fi
0 commit comments