From d1ecbd9043c16734d53f1042a9f3c9cd2edeb371 Mon Sep 17 00:00:00 2001 From: ouqiang Date: Tue, 9 May 2017 21:08:07 +0800 Subject: [PATCH] =?UTF-8?q?CI=E6=9E=84=E5=BB=BA-=E6=8E=92=E9=99=A4?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=BA=93=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 42c79c6..9b51318 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: go go: - 1.7.x - - 1.8.x - - master \ No newline at end of file +script: go test `go list ./... | grep -v vendor` \ No newline at end of file