Skip to content

Commit a3b0f08

Browse files
authored
Update .travis.yml
Add power support.
1 parent bf2f809 commit a3b0f08

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,21 @@ language: java
1818
matrix:
1919
include:
2020
- jdk: openjdk8
21+
arch: amd64
2122
- jdk: openjdk11
23+
arch" amd64
2224
- jdk: openjdk15
25+
arch: amd64
2326
- jdk: openjdk-ea
27+
arch: amd64
28+
- jdk: openjdk8
29+
arch: ppc64le
30+
- jdk: openjdk11
31+
arch" ppc64le
32+
- jdk: openjdk15
33+
arch: ppc64le
34+
- jdk: openjdk-ea
35+
arch: ppc64le
2436
allow_failures:
2537
- jdk: openjdk-ea
2638
script:

0 commit comments

Comments
 (0)