packer-cn/vendor/github.com/chzyer/readline/.travis.yml

9 lines
252 B
YAML
Raw Normal View History

2019-06-06 18:04:02 -04:00
language: go
go:
- 1.x
script:
- GOOS=windows go install github.com/chzyer/readline/example/...
- GOOS=linux go install github.com/chzyer/readline/example/...
- GOOS=darwin go install github.com/chzyer/readline/example/...
- go test -race -v