From 943a300a864a956448e11de87e7f20e7cd423c6d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 3 Nov 2020 12:15:02 +0000 Subject: [PATCH] Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7362f08..86ad962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: go +arch: + - amd64 + - ppc64le go: - - 1.1 + - 1.15 - tip before_install: + - sudo apt-get install bzr - go get launchpad.net/gocheck