Skip to content

Commit

Permalink
travis: Test against ppc64le (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
genisysram committed Dec 11, 2020
1 parent f5a3592 commit a68efdb
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 a68efdb

Please sign in to comment.