readline/.travis.yml

11 lines
294 B
YAML
Raw Normal View History

2015-09-23 08:11:42 +03:00
language: go
go:
- 1.5
before_install:
- go get golang.org/x/crypto/ssh/terminal
script:
2015-09-29 18:28:12 +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
2015-09-25 07:48:59 +03:00
- go test -v