forked from mirror/readline
add travis
This commit is contained in:
parent
0c61a83a1e
commit
1766317571
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Reference in New Issue