Skip to content

Commit be979f9

Browse files
ezeeyahooslachiewicz
authored andcommitted
Adding support for PPC64LE
1 parent ef485a7 commit be979f9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
arch:
2+
- amd64
3+
- ppc64le
4+
5+
jobs:
6+
include:
7+
- os: linux
8+
arch: amd64
9+
- os: linux
10+
arch: ppc64le
11+
12+
addons:
13+
apt:
14+
packages:
15+
- maven
16+
117
language: java
218
jdk:
319
- openjdk7

0 commit comments

Comments
 (0)