From 1d9b3496ac84103f00225d1927e9c60e2f9e51df Mon Sep 17 00:00:00 2001 From: sanjay-cpu Date: Thu, 15 Oct 2020 20:19:31 +0000 Subject: [PATCH] Travis-ci: added support for ppc64le --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee3f9fa..2a2b203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,9 @@ dist: bionic os: - linux - osx - +arch: + - amd64 + - ppc64le compiler: - gcc - clang @@ -18,6 +20,8 @@ matrix: # /usr/bin/gcc on OS X is clang, so it's not meaningful to build against both. - os: osx compiler: gcc + - os: osx + arch: ppc64le addons: apt: