language: go go: - 1.5 before_install: - go get golang.org/x/crypto/ssh/terminal script: - GOOS=windows go install github.com/chzyer/readline/example/... - GOOS=linux go install github.com/chzyer/readline/example/... - GOOS=darwin go install github.com/chzyer/readline/example/... - go test -v