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 55b28b3 commit 8bece0bCopy full SHA for 8bece0b
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- travis_retry composer update --no-interaction --prefer-source
14
15
script:
16
- - ./vendor/bin/phpcs --standard=phpcs.xml -spn --encoding=utf-8 src/ --report-width=150
+ - composer phpcs
17
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
18
19
0 commit comments