From 9dde51ae5a9f18a81292d4a8431e81b3869dee62 Mon Sep 17 00:00:00 2001 From: sanjaymsh <66668807+sanjaymsh@users.noreply.github.com> Date: Thu, 15 Oct 2020 17:57:25 +0530 Subject: [PATCH] Travis-ci: added support for ppc64le (#257) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8cd01d95..862e5258 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: go sudo: false dist: bionic +arch: + - amd64 + - ppc64le go: 1.13.x notifications: