Add linux ppc64le job on TravisCI

mine
Trung Lê 2020-09-07 23:53:20 +10:00
parent 6bd53c7cd4
commit 2f680f92fc
1 changed files with 8 additions and 3 deletions

View File

@ -3,9 +3,14 @@ go_import_path: github.com/derailed/k9s
go: go:
- "1.13" - "1.13"
os: jobs:
- linux include:
- osx - os: linux
arch: amd64
- os: linux
arch: ppc64le
- os: osx
arch: amd64
dist: trusty dist: trusty
sudo: false sudo: false