language: go
go_import_path: github.com/derailed/k9s
go:
- "1.23"
jobs:
include:
- os: linux
arch: amd64
arch: ppc64le
- os: osx
dist: trusty
sudo: false
install: true
script:
- go build
- go test ./...