language: go go_import_path: github.com/derailed/k9s go: - "1.13" os: - linux - osx dist: trusty sudo: false install: true script: - go build - go test ./...