提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

View File

@ -0,0 +1,26 @@
dist: xenial
language: php
matrix:
fast_finish: true
include:
- php: 8.0
- php: 8.1
- php: 8.2
- php: 8.3
- php: 8.4
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer update --prefer-dist --no-interaction --prefer-stable --no-suggest
script:
- vendor/bin/phpunit --coverage-clover build/logs/coverage.xml
after_script:
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.xml