readline/.travis.yml

10 lines
260 B
YAML
Raw Normal View History

2015-09-23 08:11:42 +03:00
language: go
go:
- 1.5
- 1.7
2015-09-23 08:11:42 +03:00
script:
2015-11-21 06:38:21 +03:00
- 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