Skip to content

Commit

Permalink
Merge pull request #56 from dthadi3/ppc64le
Browse files Browse the repository at this point in the history
Travis-ci: added support for ppc64le
  • Loading branch information
dnaeon authored Nov 4, 2020
2 parents fbfc31c + 3b04be8 commit 82c7a03
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: go

arch:
- AMD64
- ppc64le
go:
- 1.15
- 1.14
Expand Down Expand Up @@ -29,3 +31,11 @@ after_success:
matrix:
allow_failures:
- go: tip
- go: 1.7
arch: ppc64le
- go: 1.8
arch: ppc64le
- go: 1.9
arch: ppc64le
- go: 1.10
arch: ppc64le

0 comments on commit 82c7a03

Please sign in to comment.