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 d4ac7b8 commit fd30dcdCopy full SHA for fd30dcd
shippable.yml
@@ -14,5 +14,8 @@ build:
14
# Install
15
- composer install
16
17
+ # Code style
18
+ - vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no
19
+
20
# Tests
21
- vendor/bin/phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage
0 commit comments