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

12 lines
176 B
YAML
Raw Normal View History

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