ingress-nginx-helm/vendor/k8s.io/utils/.travis.yml

10 lines
156 B
YAML
Raw Normal View History

2017-10-06 20:33:32 +00:00
language: go
go:
- 1.8.x
2017-11-12 17:14:23 +00:00
- 1.9.x
2017-10-06 20:33:32 +00:00
go_import_path: k8s.io/utils
script:
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...