From ef102ef33f84f79d119c4e15ebd8bdccff9e1f7f Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 6 Oct 2020 05:09:23 +0000 Subject: [PATCH] Add poweron architecture ppc64le to travis build --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4850b0c..9a1bf1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ sudo: false +arch: + - ppc64le + - amd64 language: go go: - "1.13.x"