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