Skip to content

Commit

Permalink
Merge pull request #168 from asellappen/master
Browse files Browse the repository at this point in the history
 Add poweron architecture ppc64le to travis build
  • Loading branch information
mattn committed Oct 29, 2020
2 parents cd41d7d + becffd5 commit 42e21c7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

arch:
- ppc64le
- amd64
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
Expand All @@ -12,3 +12,11 @@ go:
- 1.9
- "1.10"
- tip
jobs:
exclude :
- arch : ppc64le
go :
- 1.3
- arch : ppc64le
go :
- 1.4

0 comments on commit 42e21c7

Please sign in to comment.