From 5a2cdeb31d2ff0f393c4a0a9bfe083f7fe2d2cab Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Wed, 14 Oct 2020 22:09:28 +0530 Subject: [PATCH] test --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39037a5..cf04d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ dist: bionic language: go - +arch: +- amd64 +- ppc64le go: - "1.14.x" - "1.15.x"