.travis.yml 250 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 12 13 14 language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - hhvm install: - travis_retry composer install --no-interaction - composer info -i script: vendor/bin/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml tests