readline/.travis.yml

9 lines
151 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