From 4a95bb628ec9c715865d349b66a05e858f943a15 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Wed, 22 Jul 2020 20:34:33 -0700 Subject: [PATCH] try testing on ppc64le --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 890e75d33..97e3eff5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ os: - linux - osx +arch: + - amd64 + - ppc64le + # requires MacOS 10.14 osx_image: xcode11.4 @@ -56,6 +60,11 @@ matrix: exclude: - os: osx env: MPI_IMPL=intelmpi JULIA_MPI_BINARY=system + - os: osx + arch: ppc64le + + + before_install: - sh ./conf/travis-install-mpi.sh $MPI_IMPL - |