From 3f7a6e520679e490a622ba56694ab4fc89745b5a Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sun, 12 Sep 2021 22:18:49 +0530 Subject: [PATCH] Add 1.16.x and remove 1.14.x from the travis build (#434) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 583a039f..9b4aa538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: go os: linux go: # use travis ci resource effectively, keep always latest 2 versions and tip :) + - 1.16.x - 1.15.x - - 1.14.x - tip install: