From 79cc4d44d50815b89104fec0cc8f363e7e8c7586 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Mon, 13 Sep 2021 23:04:39 +0530 Subject: [PATCH] Add 1.17.x and remove 1.15.x from the travis build (#458) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9b4aa538..0210f79a 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.17.x - 1.16.x - - 1.15.x - tip install: