web3.php/.travis.yml
2020-11-14 22:31:10 +08:00

30 lines
413 B
YAML

sudo: required
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
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