mirror of https://github.com/chzyer/readline.git
9 lines
151 B
YAML
9 lines
151 B
YAML
|
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
|