Adding ppc64le support in Travis (#286)

Signed-off-by: Abhijit Mane <abhijman@in.ibm.com>
This commit is contained in:
Abhijit-Mane 2021-08-06 10:45:33 +05:30 committed by GitHub
parent 3261bb1902
commit a77381b794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ os: linux
arch:
- s390x
- ppc64le
script:
# - sudo apt-get install -y openjdk-11-jdk;