Skip to content

Commit

Permalink
Adding Power support(ppc64le) with continuous integration/testing to …
Browse files Browse the repository at this point in the history
…the project for architecture independent (#903)

* Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent

* Adding ower on support to the package as CI

removed comment Adding power on support ,Pls merge now
  • Loading branch information
asellappen authored Nov 6, 2020
1 parent df87e70 commit 30aa43e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: go
arch:
- amd64
- ppc64le

dist: bionic

Expand Down Expand Up @@ -59,3 +62,12 @@ jobs:
- 1.15.x
script:
- go test -race -v ./...
- stage: race detector
arch: ppc64le
os:
- linux
go:
- 1.15.x
script:
- go test -race -v ./...

0 comments on commit 30aa43e

Please sign in to comment.