ingress-nginx-helm/vendor/k8s.io/client-go/.travis.yml

11 lines
155 B
YAML
Raw Normal View History

2017-10-06 17:26:14 -03:00
language: go
go_import_path: k8s.io/client-go
go:
2018-12-05 13:27:09 -03:00
- 1.11.1
2017-10-06 17:26:14 -03:00
2018-12-05 13:27:09 -03:00
script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then godep restore; fi
- go build ./...