From ad4c56b5512226e74fb4ed6f10630d26d93e9eb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 3 Nov 2019 20:02:58 +0100 Subject: [PATCH] travis: Allow arm64 to fail As that is what it does at the moment. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dfaea82e..923852c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ os: jobs: allow_failures: - go: master + - arch: arm64 fast_finish: true exclude: - os: windows -- 2.30.2