From 2ee0a4d5d577030e610ead04bd792440b6fe1bf2 Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Wed, 1 Nov 2017 14:55:54 -0600 Subject: [PATCH] removing tip as we are not passing because of an upstream issue --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e01954e735..adf7621625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: go go: - 1.8 - 1.9 - - tip +# removed because of govet issue with apimahcinery +# - tip go_import_path: k8s.io/kops