Browse Source

ZOOKEEPER-3681: Add s390x support for Travis build

As Travis CI [officially supports](https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z) s390x builds, adding support for same.

Author: sangitanalkar <snalkar@us.ibm.com>

Reviewers: Enrico Olivelli <eolivelli@apache.org>, Andor Molnar <anmolnar@apache.org>

Closes #1166 from sangitanalkar/s390x-travisCI
sangitanalkar 5 years ago
parent
commit
a6ae78a962
1 changed files with 16 additions and 3 deletions
  1. 16 3
      .travis.yml

+ 16 - 3
.travis.yml

@@ -1,8 +1,21 @@
 language: java
 sudo: false
-jdk:
-  - openjdk8
-  - openjdk11
+
+matrix:
+  include:
+    - os: linux
+      jdk: openjdk8
+    - os: linux
+      jdk: openjdk11
+    - os: linux
+      arch: s390x
+      jdk: openjdk11
+      addons:
+        apt:
+          update: true
+          packages:
+            - maven
+            - libcppunit-dev
 
 cache:
   directories: