export path in shippable and travis

This commit is contained in:
Mike Danese
2015-08-11 20:24:47 -07:00
parent 49f483400c
commit 9c4811b9f5
2 changed files with 6 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ install:
- go get golang.org/x/tools/cmd/goimports
- ./hack/travis/install-etcd.sh
- ./hack/build-go.sh
- export PATH=$GOPATH/bin:./third_party/etcd:$PATH
script:
- ./hack/verify-gofmt.sh
@@ -19,7 +20,7 @@ script:
- ./hack/verify-generated-conversions.sh
- ./hack/verify-generated-deep-copies.sh
- ./hack/verify-generated-docs.sh
- PATH=./third_party/etcd:$PATH ./hack/verify-swagger-spec.sh
- ./hack/verify-swagger-spec.sh
- ./hack/verify-linkcheck.sh
notifications: