Skip to content

Commit

Permalink
Adding ppc64le architecture support on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorkunal-raj committed Oct 20, 2020
1 parent ee0de3b commit 8a9b868
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ go:

matrix:
fast_finish: true
exclude:
- go: 1.4
arch: ppc64le

before_install:
- go get golang.org/x/tools/cmd/cover
Expand All @@ -30,3 +33,8 @@ script:

after_script:
- $HOME/gopath/bin/goveralls -coverprofile=profile.cov -service=travis-ci

arch:
- amd64
- ppc64le

0 comments on commit 8a9b868

Please sign in to comment.