ingress-nginx-helm/vendor/k8s.io/utils/.travis.yml
Manuel de Brito Fontes bb4d483837
Update go dependencies
2018-05-26 16:27:45 -04:00

9 lines
156 B
YAML

language: go
go:
- 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 ./...