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 a976b44 commit a5f5da5Copy full SHA for a5f5da5
.travis.yml
@@ -26,6 +26,7 @@ before_script:
26
script:
27
- if [[ $ANALYZE == 'true' ]]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml ; fi;
28
- if [[ $ANALYZE != 'true' ]]; then vendor/bin/phpunit ; fi;
29
+ - if [[ $ANALYZE == 'true' ]]; then vendor/bin/phpcs ; fi
30
31
after_success:
32
- if [[ $ANALYZE == 'true' ]]; then php vendor/bin/coveralls -v ; fi
composer.json
@@ -14,7 +14,8 @@
14
"php": ">=5.5"
15
},
16
"require-dev": {
17
- "phpunit/phpunit": "^4.0|^5.0|^6.0"
+ "phpunit/phpunit": "^4.0|^5.0|^6.0",
18
+ "squizlabs/php_codesniffer": "^3.0"
19
20
"autoload": {
21
"files": [
0 commit comments