Skip to content

Commit

Permalink
Adding Power on support to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
asellappen authored and philhofer committed Oct 21, 2020
1 parent 8825d3f commit 7dcb1f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
language: go

arch:
- amd64
- ppc64le
go:
- 1.14.x
- tip

env:
- GIMME_ARCH=amd64
- GIMME_ARCH=386
- GIMME_ARCH=ppc64le
jobs:
exclude:
- arch: ppc64le
env: GIMME_ARCH=amd64
- arch: ppc64le
env: GIMME_ARCH=386
- arch: amd64
env: GIMME_ARCH=ppc64le


script: "make travis"

0 comments on commit 7dcb1f1

Please sign in to comment.