Initial commit: queue workspace
Made-with: Cursor
This commit is contained in:
20
pro_v3.5.1/vendor/qcloud/cos-sdk-v5/.travis.yml
vendored
Normal file
20
pro_v3.5.1/vendor/qcloud/cos-sdk-v5/.travis.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
language: php
|
||||
php:
|
||||
- 7.3
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- tuunalai@tencent.com
|
||||
|
||||
env:
|
||||
global:
|
||||
- XDEBUG_MODE=coverage
|
||||
|
||||
before_script:
|
||||
- composer install --no-interaction
|
||||
|
||||
script:
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then phpunit -v; fi'
|
||||
|
||||
after_success:
|
||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash <(curl -s https://codecov.io/bash); fi'
|
||||
Reference in New Issue
Block a user