From 88d44306bead04793fd3261a994d1aaeaac4dd17 Mon Sep 17 00:00:00 2001 From: David Bariod Date: Fri, 25 Oct 2019 14:53:19 +0200 Subject: [PATCH] remove go1.11.x from travis build matrix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bfc4f3..cd000d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ git: env: - GO111MODULE=on - GO111MODULE=off -go: [1.11.x, 1.12.x, 1.13.x] +go: [1.12.x, 1.13.x] os: [linux, osx] matrix: exclude: