From 30aa43e12ab4a8eaeb45cef2a6988fa9ee7210e7 Mon Sep 17 00:00:00 2001 From: asellappen <31274494+asellappen@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:55:20 +0530 Subject: [PATCH] Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent (#903) * Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent * Adding ower on support to the package as CI removed comment Adding power on support ,Pls merge now --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf37b9447d..44a0fcaab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: go +arch: + - amd64 + - ppc64le dist: bionic @@ -59,3 +62,12 @@ jobs: - 1.15.x script: - go test -race -v ./... + - stage: race detector + arch: ppc64le + os: + - linux + go: + - 1.15.x + script: + - go test -race -v ./... +