Skip to content

Commit 7dcb1f1

Browse files
asellappenphilhofer
authored andcommitted
Adding Power on support to travis
1 parent 8825d3f commit 7dcb1f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
language: go
22

3+
arch:
4+
- amd64
5+
- ppc64le
36
go:
47
- 1.14.x
58
- tip
69

710
env:
811
- GIMME_ARCH=amd64
912
- GIMME_ARCH=386
13+
- GIMME_ARCH=ppc64le
14+
jobs:
15+
exclude:
16+
- arch: ppc64le
17+
env: GIMME_ARCH=amd64
18+
- arch: ppc64le
19+
env: GIMME_ARCH=386
20+
- arch: amd64
21+
env: GIMME_ARCH=ppc64le
22+
1023

1124
script: "make travis"

0 commit comments

Comments
 (0)