Skip to content

Commit

Permalink
Add Power Support ppc64le (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagesh4193 committed Nov 16, 2020
1 parent 8c02baa commit e2aad09
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .travis.yml
@@ -1,16 +1,28 @@
language: go

arch:
- amd64
- ppc64le

go:
- 1.13.x
- 1.14.x
- 1.15.x
- master

jobs:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
- go: 1.13.x
- go: 1.14.x
- go: 1.15.x
- go: master
- arch: ppc64le
go: 1.11.x
env: GO111MODULE=on
- arch: ppc64le
go: 1.12.x
env: GO111MODULE=on

script:
- go test -v -covermode=atomic -coverprofile=coverage.out
Expand Down

0 comments on commit e2aad09

Please sign in to comment.