From d08f1022f9a087121e26fa9af834c9b28ff9a72f Mon Sep 17 00:00:00 2001 From: Ricky Pai Date: Fri, 16 Oct 2020 21:43:32 -0700 Subject: [PATCH 1/2] test against go 1.14.x and go 1.15.x --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bc2146e7..0e25f410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ go: - 1.11.x - 1.12.x - 1.13.x + - 1.14.x + - 1.15.x - master cache: From 22ce4a537ef15e574e10b892f5282211d6050efb Mon Sep 17 00:00:00 2001 From: Ricky Pai Date: Thu, 22 Oct 2020 17:02:26 -0700 Subject: [PATCH 2/2] don't test all go versions before 1.12 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e25f410..95c8eb37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,6 @@ script: - go test ./... go: - - 1.9.x - - 1.10.x - - 1.11.x - 1.12.x - 1.13.x - 1.14.x