We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48436c8 + cf2f922 commit be7096fCopy full SHA for be7096f
.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