From 2f680f92fcb64e42ec993a3ea79629a4039eec7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Mon, 7 Sep 2020 23:53:20 +1000 Subject: [PATCH] Add linux ppc64le job on TravisCI --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 533dd765..ba7f46a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,14 @@ go_import_path: github.com/derailed/k9s go: - "1.13" -os: - - linux - - osx +jobs: + include: + - os: linux + arch: amd64 + - os: linux + arch: ppc64le + - os: osx + arch: amd64 dist: trusty sudo: false