We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48436c8 commit cf2f922Copy full SHA for cf2f922
.travis.yml
@@ -43,4 +43,4 @@ jobs:
43
- stage: Apply fixes
44
before_script:
45
- cp -R tests/input/ tests/input2/
46
- script: vendor/bin/phpcbf tests/input2; diff tests/input2 tests/fixed
+ script: vendor/bin/phpcbf tests/input2; [ $? -ne 2 ] && diff tests/input2 tests/fixed
0 commit comments