Initial commit: queue workspace

Made-with: Cursor
This commit is contained in:
apple
2026-03-21 02:55:24 +08:00
commit 78de918c37
12388 changed files with 1840126 additions and 0 deletions

View 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'