Build all binaries with TravisCI

This commit is contained in:
Ciprian Hacman 2020-07-28 09:01:19 +03:00
parent d3f7761312
commit 8a18d74c42
1 changed files with 1 additions and 1 deletions

View File

@ -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: