mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-31 06:34:50 +00:00
Merge pull request #480 from nikhita/travis-check-branch
travis: run godep restore for non-master branches
This commit is contained in:
@@ -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 ./...
|
||||
|
Reference in New Issue
Block a user