From 65b893201d5c0e515d91b014d0719468282367c7 Mon Sep 17 00:00:00 2001 From: kishorkunal-raj Date: Wed, 21 Oct 2020 10:25:12 +0000 Subject: [PATCH] Adding ppc64le architecture support on travis-ci --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 26fc3b4..5b07c25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,6 @@ install: - go get ./... go: - tip +arch: + - amd64 + - ppc64le