test.sh
This commit is contained in:
parent
0e71553343
commit
d65e0acd17
@ -18,7 +18,7 @@ notifications:
|
|||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ganache-cli > /dev/null & vendor/bin/phpunit --coverage-clover=coverage.xml
|
- scripts/test.sh
|
||||||
|
|
||||||
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
|
3
scripts/test.sh
Normal file
3
scripts/test.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
ganache-cli -g 0 -l 0 > /dev/null & vendor/bin/phpunit --coverage-clover=coverage.xml
|
Loading…
Reference in New Issue
Block a user