From c72cd382d3e5d909050f33a81c00a3c94f1efa47 Mon Sep 17 00:00:00 2001 From: santosh653 <70637961+santosh653@users.noreply.github.com> Date: Fri, 23 Oct 2020 02:12:19 -0400 Subject: [PATCH] Update .travis.yml Adding Power Support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6756d80..f77acde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le language: go go: - 1.x