From 76dfcd2e50c4a72e2cd591d5872394a3670d9173 Mon Sep 17 00:00:00 2001 From: Cheney Date: Sat, 21 Nov 2015 11:38:21 +0800 Subject: [PATCH] CI: fix travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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