From 847f5e036102e986d113b3a06aac60c43c698b00 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Wed, 14 Jul 2021 10:16:17 +0530 Subject: [PATCH] Add 1.16.x and remove 1.14.x from the travis build --- .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: