ingress-nginx-helm/vendor/k8s.io/utils/.travis.yml
Manuel de Brito Fontes f3bde94d68 Update go dependencies
2017-11-12 20:08:33 -03:00

11 lines
176 B
YAML

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
go_import_path: k8s.io/utils
script:
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...