From a39e3332b708575f3f56eabbe0e4b3852640f17c Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Fri, 16 Jul 2021 12:07:07 -0700 Subject: [PATCH] chore: test against 1.15 and 1.16 --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index b40cdd8..1193eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,7 @@ language: go go: -- 1.7.x -- 1.8.x -- 1.9.x -- 1.10.x -- 1.11.x -- 1.12.x -- 1.13.x -- 1.14.x -- 1.15.x -- tip +- 1.15 +- 1.16 script: - make test - "./go.test.sh"