From 63e97ffc9aae35780cdbd69ad966fb101fc5217f Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 3 May 2019 02:11:53 +0800 Subject: [PATCH] Remove Go 1.8 test in TravisCI --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6c061a8..9f892c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ install: - go get -d -t -v ./... && go build -v ./... go: - - 1.8.x - 1.9.x - 1.10.x - 1.11.x