mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
run coverage after build
This commit is contained in:
parent
dd9e99a418
commit
9481f86c37
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue