From fd394344469a2ebae29be539beea17d45a0768a5 Mon Sep 17 00:00:00 2001 From: ouqiang Date: Fri, 26 Jan 2018 23:17:48 +0800 Subject: [PATCH] =?UTF-8?q?CI=E6=9E=84=E5=BB=BA=E6=9C=80=E4=BD=8E=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=A6=81=E6=B1=821.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 318b66a..aabc1af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.7.x + - 1.9.x script: go test `go list ./... | grep -v vendor` notifications: