From b52712a5b9270c3217d02d35531a56f529f6f3bd Mon Sep 17 00:00:00 2001 From: Eshant Gupta Date: Thu, 1 Oct 2020 18:21:11 +0530 Subject: [PATCH] Adding PPC64LE architecture --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index a49fff15..be787c4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ sudo: false +arch: + - amd64 + - ppc64le + language: go go: - "1.9.x" @@ -9,6 +13,13 @@ matrix: fast_finish: true allow_failures: - go: tip + exclude: + # race and msan are unsupported on 1.9.x and 1.10.x for PPC64LE + - arch: ppc64le + go: "1.9.x" + - arch: ppc64le + go: "1.10.x" + install: - # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step). script: