mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-27 15:39:39 +00:00
travis: run godep restore for non-master branches
This commit is contained in:
parent
3e116d4527
commit
ae670e1f7c
@ -5,4 +5,6 @@ go_import_path: k8s.io/client-go
|
||||
go:
|
||||
- 1.10.2
|
||||
|
||||
script: go build ./...
|
||||
script:
|
||||
- if [ "$TRAVIS_BRANCH" != "master" ]; then godep restore; fi
|
||||
- go build ./...
|
||||
|
Loading…
Reference in New Issue
Block a user