From f2de0fb1a371362049c190799dabe665b8138cc4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 19 Oct 2020 11:38:42 +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 f5ffb63..73b5adb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +arch: + - amd64 + - ppc64le go: - "1.x" - "1.14.x"