Skip to content

Commit 8f94949

Browse files
authored
adding power support
to ensure this repo builds on ppc64le , added support here
1 parent 7754cd4 commit 8f94949

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515

1616
language: java
17+
os:
18+
- linux
19+
- linux-ppc64le
1720

1821
jdk:
1922
- oraclejdk8
@@ -25,4 +28,4 @@ jdk:
2528

2629
after_success:
2730
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco
28-
31+

0 commit comments

Comments
 (0)