Exclude vendored etcd.

This commit is contained in:
Brendan Burns
2014-09-04 10:40:39 -07:00
parent 87278a6f56
commit 4a934427db
5 changed files with 11 additions and 9 deletions

View File

@@ -15,8 +15,8 @@ install:
script:
- ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:$HOME/etcd/bin:$PATH ./hack/test-integration.sh
- PATH=$HOME/gopath/bin:./third_party/etcd/bin:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:./third_party/etcd/bin:$PATH ./hack/test-integration.sh
notifications:
irc: "chat.freenode.net#google-containers"