From 35c1ab8391041f5550185672a22f49c5a6330e45 Mon Sep 17 00:00:00 2001 From: Ricky Pai Date: Fri, 16 Oct 2020 22:08:30 -0700 Subject: [PATCH] test against 1.13.x, 1.14.x, and 1.15.x --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1db9513..7971fb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,9 @@ go: - 1.10.x - 1.11.x - 1.12.x + - 1.13.x + - 1.14.x + - 1.15.x - master cache: