截流自动化的商城平台
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.

1234567891011121314151617
  1. language: php
  2. php:
  3. - 5.6
  4. notifications:
  5. email:
  6. recipients:
  7. - wjielai@tencent.com
  8. - fysntian@tencent.com
  9. before_script:
  10. - composer install --prefer-dist --dev --no-interaction
  11. script:
  12. - phpunit -v --coverage-clover=coverage.xml
  13. after_success:
  14. - bash <(curl -s https://codecov.io/bash)