Add benchmarks to Travis

This commit is contained in:
Clayton Coleman 2014-09-18 21:28:16 -04:00
parent 463a16af36
commit 9bbc572f36

View File

@ -17,6 +17,7 @@ script:
- KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.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
- ./hack/benchmark-go.sh
notifications:
irc: "chat.freenode.net#google-containers"