From a5e37a0c4677417b4a9922a767eefc3c23227b5d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 14 Oct 2020 13:43:25 +0000 Subject: [PATCH 1/2] Add poweron architecture ppc64le to travis build --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ff08e7..898266c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,15 @@ language: go - +arch: + - ppc64le + - amd64 +jobs: + exclude : + - arch : ppc64le + go : + - 1.1 + - arch : ppc64le + go : + - 1.4 go: - "1.x" - "1.1" From 32102d7d89a576b3704ac1633d1bd3f34fff6c89 Mon Sep 17 00:00:00 2001 From: asellappen <31274494+asellappen@users.noreply.github.com> Date: Thu, 15 Oct 2020 18:46:52 +0530 Subject: [PATCH 2/2] removed go 1.1 as not supported for amd64 and ppc64le removed go 1.1 as not supported for amd64 and ppc64le during poweron support addition in traavis build --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 898266c..1f547a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,10 @@ arch: - amd64 jobs: exclude : - - arch : ppc64le - go : - - 1.1 - arch : ppc64le go : - 1.4 go: - "1.x" - - "1.1" - "1.4" - "1.10"