This commit is contained in:
sc0Vu 2018-01-12 17:03:13 +08:00
parent 0e71553343
commit d65e0acd17
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ notifications:
on_failure: always
script:
- ganache-cli > /dev/null & vendor/bin/phpunit --coverage-clover=coverage.xml
- scripts/test.sh
after_success:
- bash <(curl -s https://codecov.io/bash) -t 8436848f-9a99-4b49-be60-629d7ff9a62c

3
scripts/test.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ganache-cli -g 0 -l 0 > /dev/null & vendor/bin/phpunit --coverage-clover=coverage.xml