From 7deed4fd67dd791d374a42bf8be54443e445b921 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 30 Aug 2018 14:16:51 +0800 Subject: [PATCH] remove the latest golang testing See the issue: https://github.com/gin-gonic/gin/pull/1510 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97416c80..a93458f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ go: - 1.9.x - 1.10.x - 1.11.x - - master git: depth: 10