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 786e864 commit 0f5a5fdCopy full SHA for 0f5a5fd
.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