packer-cn/vendor/github.com/moul/gotty-client/.travis.yml

15 lines
156 B
YAML
Raw Normal View History

2019-04-10 09:41:22 -04:00
language: go
go:
- 1.7
- 1.8
- tip
matrix:
allow_failures:
- go: tip
script:
- go build ./cmd/...
- go run ./cmd/gotty-client/main.go --help || true