forked from TrueCloudLab/distribution
Disable goverall for now
Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
parent
cde7b93b85
commit
59cb937dbd
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ dependencies:
|
||||||
# For the stable go version, additionally install linting tools
|
# For the stable go version, additionally install linting tools
|
||||||
- >
|
- >
|
||||||
gvm use stable &&
|
gvm use stable &&
|
||||||
go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
|
go get github.com/axw/gocov/gocov github.com/golang/lint/golint
|
||||||
|
# Disabling goveralls for now
|
||||||
|
# go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
pre:
|
pre:
|
||||||
|
|
Loading…
Reference in a new issue