fix build

This commit is contained in:
Mike Danese
2015-08-05 15:09:43 -07:00
parent 17defc7383
commit fb02b33e99
3 changed files with 4 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ before_install:
- if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use go$SHIPPABLE_GO_VERSION; fi
- export GOPATH=$SHIPPABLE_GOPATH
- mkdir -p /root/workspace/src/k8s.io; mv /root/workspace/src/github.com/GoogleCloudPlatform/kubernetes /root/workspace/src/k8s.io/kubernetes
install:
- go get golang.org/x/tools/cmd/cover