mirror of https://github.com/status-im/op-geth.git
run coverage after build
This commit is contained in:
parent
dd9e99a418
commit
9481f86c37
|
@ -6,5 +6,5 @@ install:
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
before_script:
|
after_script:
|
||||||
- ./gocoverage.sh
|
- ./gocoverage.sh
|
||||||
|
|
Loading…
Reference in New Issue