You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
think-library/vendor/qcloud/cos-sdk-v5/.travis.yml

18 lines
316 B

language: php
php:
- 5.6
notifications:
email:
recipients:
- wjielai@tencent.com
- fysntian@tencent.com
before_script:
- composer install --prefer-dist --dev --no-interaction
script:
- phpunit -v --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)