web3.php/.travis.yml
2019-09-08 23:12:58 +08:00

28 lines
404 B
YAML

sudo: required
language: php
php:
- 7.1
- 7.2
- 7.3
before_install:
- nvm install 8
install:
- npm install -g ganache-cli
- composer install
notifications:
email:
recipients:
- alk03073135@gmail.com
on_success: always
on_failure: always
script:
- scripts/test.sh
after_success:
- bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c