mirror of https://github.com/kubernetes/kops.git
25 lines
393 B
YAML
25 lines
393 B
YAML
language: go
|
|
os:
|
|
- linux
|
|
- osx
|
|
go:
|
|
# 1.12 is now best-effort; we recommend 1.13
|
|
- "1.12"
|
|
- "1.13"
|
|
|
|
go_import_path: k8s.io/kops
|
|
|
|
script:
|
|
- GOPROXY=https://proxy.golang.org make nodeup examples test
|
|
|
|
jobs:
|
|
exclude:
|
|
- os: osx
|
|
go: "1.12"
|
|
include:
|
|
- name: Verify
|
|
os: linux
|
|
go: "1.13"
|
|
script:
|
|
- GOPROXY=https://proxy.golang.org make travis-ci
|