From 819800e541197e21ef20ebbcc641a4dbb0dc9e4e Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Sat, 28 Mar 2020 14:51:47 +0800 Subject: [PATCH] chore: add go1.12,1.13,1.14 testing (#102) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd74fdf..ccc9008 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: go go: - 1.11.x + - 1.12.x + - 1.13.x + - 1.14.x matrix: fast_finish: true