From 66332b32a9d5bfdf6cfcf6c997a5b5cae39dccb9 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Tue, 1 Dec 2020 15:45:53 +0530 Subject: [PATCH] Add power architecture support (ppc64le) to CI configuration (#188) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 55d42b28..e6169605 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go +arch: + - amd64 + - ppc64le + go: - 1.7.x - 1.12.x