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:
|
||||
- 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
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue