blob: b35dfc1d9e2b9a46ed15a6ce797f1f122ba84698 [file] [log] [blame]
language: go
go:
- 1.5
before_install:
- go get golang.org/x/crypto/ssh/terminal
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 -v