Skip to content

Commit 776b931

Browse files
committed
phpcs demos
1 parent bdfe119 commit 776b931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_script:
1313
- travis_retry composer install --no-interaction --prefer-source --dev
1414
script:
1515
- ./vendor/bin/phpcs --standard=PSR2 src
16+
- ./vendor/bin/phpcs --standard=PSR2 demos
1617
- ./vendor/bin/phpcs --standard=PSR2 tests
1718
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover tests/Qiniu/Tests/
1819
after_script:

0 commit comments

Comments
 (0)