添加网站文件
This commit is contained in:
17
vendor/qcloud/cos-sdk-v5/.travis.yml
vendored
Normal file
17
vendor/qcloud/cos-sdk-v5/.travis.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- wjielai@tencent.com
|
||||
- fysntian@tencent.com
|
||||
|
||||
before_script:
|
||||
- composer install --prefer-dist --dev --no-interaction
|
||||
|
||||
script:
|
||||
- phpunit -v --coverage-clover=coverage.xml
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
Reference in New Issue
Block a user