Skip to content

Commit

Permalink
try testing on ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Jul 23, 2020
1 parent c4f3fd1 commit 4a95bb6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ os:
- linux
- osx

arch:
- amd64
- ppc64le

# requires MacOS 10.14
osx_image: xcode11.4

Expand Down Expand Up @@ -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
- |
Expand Down

0 comments on commit 4a95bb6

Please sign in to comment.