From b32628532949b0e1d06ee71569bfc82ec74a1f10 Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Wed, 3 Jul 2019 12:14:15 -0700 Subject: [PATCH] Farewell go1.9, your test coverage support is not good enough --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 917169c..4d87155 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ --- language: go go: - - '1.9' - '1.10' - '1.11' - '1.12' -- GitLab