.travis.yml

This commit is contained in:
sc0Vu 2018-01-12 15:23:48 +08:00
parent e7f2a2d3c0
commit bd00f0d790

View File

@ -3,7 +3,11 @@ language: php
php:
- 7.1
before_install:
- nvm install 8
install:
- npm install -g ganache-cli
- composer install
notifications:
@ -14,7 +18,7 @@ notifications:
on_failure: always
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
- ganache-cli > /dev/null & vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c