From 8a18d74c4256ba5d0890ee5ade1d8926d8485c97 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Tue, 28 Jul 2020 09:01:19 +0300 Subject: [PATCH] Build all binaries with TravisCI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab6138938e..1b2cc4388c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ go: 1.14.x go_import_path: k8s.io/kops script: - - GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test + - GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test jobs: include: