From 239f25c30a6c1730e21851e61975a00a9985ec7a Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Tue, 6 Jan 2015 15:42:12 -0800 Subject: [PATCH] Remove dependency of podex from travis config --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09cbd26c67f4e..15088a2bbfb7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ install: - ./hack/verify-description.sh - ./hack/travis/install-std-race.sh - ./hack/build-go.sh - - go get ./contrib/podex script: - KUBE_TIMEOUT='-timeout 60s' ./hack/test-go.sh