mirror of https://github.com/chzyer/readline.git
CI: fix travis
This commit is contained in:
parent
c36905cc67
commit
76dfcd2e50
|
@ -4,7 +4,7 @@ go:
|
||||||
before_install:
|
before_install:
|
||||||
- go get golang.org/x/crypto/ssh/terminal
|
- go get golang.org/x/crypto/ssh/terminal
|
||||||
script:
|
script:
|
||||||
- GOOS=windows go install github.com/chzyer/readline/example
|
- GOOS=windows go install github.com/chzyer/readline/example/...
|
||||||
- GOOS=linux 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
|
- GOOS=darwin go install github.com/chzyer/readline/example/...
|
||||||
- go test -v
|
- go test -v
|
||||||
|
|
Loading…
Reference in New Issue