From d0504361562032ae47d19a7830429527c1aca590 Mon Sep 17 00:00:00 2001 From: nagesh4193 <70690392+nagesh4193@users.noreply.github.com> Date: Wed, 14 Oct 2020 13:01:32 +0530 Subject: [PATCH] Added Power Support ppc64le --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 406b5ce..a0408ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +arch: + - amd64 + - ppc64le go: - 1.2.x - 1.3.x