mirror of
https://github.com/kubernetes/client-go.git
synced 2026-06-22 17:54:57 +00:00
11 lines
155 B
YAML
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 ./...
|