From 6319d50e94334469686246264a48338f77b3c478 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 28 Feb 2020 14:04:42 -0800 Subject: [PATCH] *: Add Go 1.14 to test matrix This also removes Go 1.11 from the test matrix. Now that 1.14 has been released, as always it should be included in the test matrix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c1884ef..8cfabac3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,9 @@ arch: go: - tip + - 1.14.x - 1.13.x - 1.12.x - - 1.11.x matrix: allow_failures: -- GitLab