From a5bf6b9bc7609d45c91ca6e278e464704a3c91e3 Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Mon, 8 Jun 2020 14:31:11 -0500 Subject: [PATCH] Remove macos and verify jobs from TravisCI integration Now that we have GitHub actions, we don't need these jobs anymore. Until GHA supports ARM64 we'll still need travis though. --- .travis.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8e00d4c3a..fc337b4a49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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