From bd00f0d79010b5a85865ae8368085a1c7e91f220 Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Fri, 12 Jan 2018 15:23:48 +0800 Subject: [PATCH] .travis.yml --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15e6549..8384813 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file