Skip to content

Commit 4a95bb6

Browse files
committed
try testing on ppc64le
1 parent c4f3fd1 commit 4a95bb6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ os:
55
- linux
66
- osx
77

8+
arch:
9+
- amd64
10+
- ppc64le
11+
812
# requires MacOS 10.14
913
osx_image: xcode11.4
1014

@@ -56,6 +60,11 @@ matrix:
5660
exclude:
5761
- os: osx
5862
env: MPI_IMPL=intelmpi JULIA_MPI_BINARY=system
63+
- os: osx
64+
arch: ppc64le
65+
66+
67+
5968
before_install:
6069
- sh ./conf/travis-install-mpi.sh $MPI_IMPL
6170
- |

0 commit comments

Comments
 (0)