.travis.yml
This commit is contained in:
parent
e7f2a2d3c0
commit
bd00f0d790
@ -3,7 +3,11 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 7.1
|
- 7.1
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- nvm install 8
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- npm install -g ganache-cli
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
@ -14,7 +18,7 @@ notifications:
|
|||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- ganache-cli > /dev/null & vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c
|
- bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c
|
Loading…
Reference in New Issue
Block a user