We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9cb47 commit 6797bd4Copy full SHA for 6797bd4
.travis.yml
@@ -16,4 +16,6 @@ php:
16
- 5.4
17
- 5.5
18
19
-script: ./vendor/bin/phpunit
+script:
20
+ - ./vendor/bin/phpcs --standard=ruleset.xml --warning-severity=6
21
+ - ./vendor/bin/phpunit
0 commit comments