web3.php/.travis.yml
2017-12-12 12:24:11 +08:00

20 lines
341 B
YAML

language: php
php:
- 7.1
install:
- composer install
notifications:
email:
recipients:
- alk03073135@gmail.com
on_success: always
on_failure: always
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c