1
0
mirror of https://github.com/strongdm/comply synced 2024-08-26 17:26:47 +00:00
comply/vendor/github.com/chzyer/readline/.travis.yml

9 lines
252 B
YAML
Raw Permalink Normal View History

2018-05-11 20:25:46 +00: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