diff --git a/.travis.yml b/.travis.yml index ce3b11b..b35dfc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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