Merge pull request #9005 from rifelpet/remove-travis

Remove amd64 TravisCI jobs
This commit is contained in:
Kubernetes Prow Robot 2020-08-10 09:58:20 -07:00 committed by GitHub
commit cdbb780534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 13 deletions

View File

@ -2,9 +2,7 @@ language: go
arch:
- amd64
- arm64
os:
- linux
- osx
os: linux
dist: focal
go: 1.15rc2
@ -12,13 +10,3 @@ go_import_path: k8s.io/kops
script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make all examples test
jobs:
include:
- name: Verify
arch: amd64
os: linux
dist: focal
go: 1.15rc2
script:
- GOPROXY=https://proxy.golang.org make travis-ci