Files
client-go/.travis.yml
2018-10-06 13:08:55 +05:30

11 lines
155 B
YAML

language: go
go_import_path: k8s.io/client-go
go:
- 1.11.1
script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then godep restore; fi
- go build ./...