Skip to content

Commit

Permalink
Adding support for PPC64LE
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeeyahoo authored and slachiewicz committed Apr 18, 2021
1 parent ef485a7 commit be979f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
arch:
- amd64
- ppc64le

jobs:
include:
- os: linux
arch: amd64
- os: linux
arch: ppc64le

addons:
apt:
packages:
- maven

language: java
jdk:
- openjdk7
Expand Down

0 comments on commit be979f9

Please sign in to comment.