mirror of https://github.com/kubernetes/kops.git
35 lines
494 B
YAML
35 lines
494 B
YAML
language: go
|
|
arch:
|
|
- amd64
|
|
- arm64
|
|
os:
|
|
- linux
|
|
- osx
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
|
|
go_import_path: k8s.io/kops
|
|
|
|
script:
|
|
- GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test
|
|
|
|
jobs:
|
|
allow_failures:
|
|
- arch: arm64
|
|
|
|
exclude:
|
|
- os: osx
|
|
go: 1.13.x
|
|
- os: linux
|
|
go: 1.13.x
|
|
arch: arm64
|
|
|
|
include:
|
|
- name: Verify
|
|
arch: amd64
|
|
os: linux
|
|
go: 1.13.x
|
|
script:
|
|
- GOPROXY=https://proxy.golang.org make travis-ci
|