add travis

This commit is contained in:
Cheney 2015-09-23 13:11:42 +08:00
parent 0c61a83a1e
commit 1766317571
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -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