Skip to content

Commit

Permalink
travis: Test against ppc64le (uber-go#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
genisysram committed Dec 11, 2020
1 parent 61748b8 commit c4e2f6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: go

sudo: false

go_import_path: go.uber.org/zap
Expand All @@ -12,6 +13,10 @@ matrix:
- go: oldstable
- go: stable
env: LINT=1
- arch: ppc64le
go: oldstable
- arch: ppc64le
go: stable

script:
- test -z "$LINT" || make lint
Expand Down

0 comments on commit c4e2f6d

Please sign in to comment.