readline/.travis.yml

10 lines
166 B
YAML
Raw Normal View History

2015-09-23 08:11:42 +03:00
language: go
go:
- 1.4
- 1.5
before_install:
- go get golang.org/x/crypto/ssh/terminal
script:
- go install github.com/chzyer/readline/example
2015-09-25 07:48:59 +03:00
- go test -v