From da1479987768ab0b22e1ff571fd60a9af9be7173 Mon Sep 17 00:00:00 2001 From: nagesh4193 <70690392+nagesh4193@users.noreply.github.com> Date: Thu, 29 Oct 2020 14:01:53 +0530 Subject: [PATCH] Add Power Support ppc64le --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c35955..208056d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,12 @@ language: go -go: - - 1.x +matrix: + include: + - go: 1.x + - arch: ppc64le + go: 1.x + script: + - GOOS=linux go install github.com/chzyer/readline/example/... + - go test -race -v script: - GOOS=windows go install github.com/chzyer/readline/example/... - GOOS=linux go install github.com/chzyer/readline/example/...