Allow failure of the ARM64 job in TravisCI

This commit is contained in:
Ciprian Hacman 2020-06-05 07:16:57 +03:00
parent 6d6db96aef
commit 30afd16f52
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,6 @@ os:
- linux
- osx
go:
# 1.12 is no longer supported by apimachinery; we recommend 1.13
- 1.13.x
- 1.14.x
@ -16,7 +15,9 @@ script:
- GOPROXY=https://proxy.golang.org travis_wait 30 make nodeup examples test
jobs:
# Exclude GO 1.14 for OSX until it becomes the default because of limited availability
allow_failures:
- arch: arm64
exclude:
- os: osx
go: 1.13.x