From 80d9f9360668d5c4b6dbf7c77e7da149e1801a91 Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Thu, 21 Jul 2016 14:35:40 +0100 Subject: [PATCH] Fix up vanity URL for travis clone --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09594a0aea..a97eb7743c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: go go: - - 1.6 + - 1.6.3 +go_import_path: k8s.io/minikube + # We shouldn't need to install anything because we use vendoring. install: - echo "Don't run anything."