From 206a443f04aa6b704b2d7b5c1755e278e254b647 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sun, 19 Jul 2020 18:43:55 -0400 Subject: [PATCH] Go 1.11 does not have Cmd.ProcessState.ExitCode... --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37e36b6..5ae1f94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ branches: git: depth: false go: -- 1.11.x - 1.12.x - 1.13.x - 1.14.x