Fix travis script and update kubernetes to 1.8.0

This commit is contained in:
Manuel de Brito Fontes 2017-11-06 11:17:40 -03:00
parent 8987d3bcb4
commit 5ddd0829cd
3 changed files with 9 additions and 8 deletions

View file

@ -148,7 +148,7 @@ cover:
@echo "+ $@"
@go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' $(shell go list ${PKG}/... | grep -v vendor | grep -v '/test/e2e') | xargs -L 1 sh -c
gover
goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken ${COVERALLS_TOKEN}
goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken $$COVERALLS_TOKEN
vet:
@echo "+ $@"