mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-02-01 01:12:52 +08:00
af8f21f6ee
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. client: periodically reload InClusterConfig token /sig auth /sig api-machinery ```release-note NONE ``` Kubernetes-commit: 7b6647a418c660f2c87f183f706b297f1cb573ca
14 lines
262 B
YAML
14 lines
262 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
install:
|
|
- export GOPATH="$HOME/gopath"
|
|
- mkdir -p "$GOPATH/src/golang.org/x"
|
|
- mv "$TRAVIS_BUILD_DIR" "$GOPATH/src/golang.org/x/oauth2"
|
|
- go get -v -t -d golang.org/x/oauth2/...
|
|
|
|
script:
|
|
- go test -v golang.org/x/oauth2/...
|