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 bdfe119 commit 776b931Copy full SHA for 776b931
.travis.yml
@@ -13,6 +13,7 @@ before_script:
13
- travis_retry composer install --no-interaction --prefer-source --dev
14
script:
15
- ./vendor/bin/phpcs --standard=PSR2 src
16
+ - ./vendor/bin/phpcs --standard=PSR2 demos
17
- ./vendor/bin/phpcs --standard=PSR2 tests
18
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover tests/Qiniu/Tests/
19
after_script:
0 commit comments