From 5dd9ac4ef7ad6148e9698f04c1dfc35271f7c2dc Mon Sep 17 00:00:00 2001 From: santosh653 <70637961+santosh653@users.noreply.github.com> Date: Mon, 16 Nov 2020 09:44:20 -0500 Subject: [PATCH] Update .travis.yml (#248) Adding both Power & Intel support arch: ppc64le/amd64 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 891714c8..f3a8f2b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - ppc64le + - amd64 language: go go_import_path: github.com/kardianos/service sudo: required