From 676e3e0ba05a5c9a54af6d8924ebe8e60f14358c Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Tue, 24 Nov 2020 11:14:39 -0800 Subject: [PATCH] travis: Test against stable and oldstable (#882) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfdc69f41..95c2ada6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ env: matrix: include: - - go: 1.13.x - - go: 1.14.x + - go: oldstable + - go: stable env: LINT=1 script: