From a68efdbdd15b7816de33cdbe7e6def2a559bdf64 Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Fri, 11 Dec 2020 23:47:45 +0530 Subject: [PATCH] travis: Test against ppc64le (#872) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 95c2ada6d..0a4c5e6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go + sudo: false go_import_path: go.uber.org/zap @@ -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