From 12eeae64ba375514deb596445c26b441dcf93426 Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Tue, 20 Oct 2020 21:30:54 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a50a41d..e07f6cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +arch: + - amd64 + - ppc64le go_import_path: github.com/inconshreveable/log15 sudo: false