Skip to content

Commit

Permalink
Merge pull request #31 from santosh653/master
Browse files Browse the repository at this point in the history
AddingPowerSupport_CI/
  • Loading branch information
mna authored Dec 8, 2020
2 parents 4496875 + e4ac0f3 commit 5a810c9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
arch:
- amd64
- ppc64le
language: go

go:
Expand All @@ -9,4 +12,25 @@ go:
- 1.9.x
- "1.10.x"
- "1.11.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- tip
jobs:
exclude:
- arch: ppc64le
go: 1.4.x
- arch: ppc64le
go: 1.5.x
- arch: ppc64le
go: 1.6.x
- arch: ppc64le
go: 1.7.x
- arch: ppc64le
go: 1.8.x
- arch: ppc64le
go: 1.9.x
- arch: ppc64le
go: "1.10.x"
- arch: ppc64le
go: "1.11.x"

0 comments on commit 5a810c9

Please sign in to comment.