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 2c78365 commit 48caa7cCopy full SHA for 48caa7c
.travis.yml
@@ -37,12 +37,7 @@ jobs:
37
packages:
38
- libxml2-utils
39
script:
40
- - |
41
- if dpkg --compare-versions "$(composer show -n | grep squizlabs/php_codesniffer | tr -s ' ' | cut -d ' ' -f 2)" '>=' "3.3.2"; then
42
- xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd lib/Doctrine/ruleset.xml
43
- else
44
- echo "Validation skipped, PHPCS 3.3.2+ required"
45
- fi
+ - xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd lib/Doctrine/ruleset.xml
46
47
- stage: Apply fixes
48
before_script:
0 commit comments