From 9bbc572f36b10882c24ebf8cbddfe155238f4086 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Thu, 18 Sep 2014 21:28:16 -0400 Subject: [PATCH] Add benchmarks to Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8ce19f688f01b..b0383b0558fb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"