.travis.yml 223 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 language: php env: global: - REPORT_EXIT_STATUS=1 php: - 7.2 - 7.3 - 7.4 before_script: - composer self-update - COMPOSER_ROOT_VERSION=dev-master composer install script: - ./vendor/bin/simple-phpunit