From 9dcd7c92505f0dc1e7c274331a79e93e7c01a000 Mon Sep 17 00:00:00 2001 From: Alexander Kulinich Date: Mon, 10 Aug 2020 18:15:24 +0300 Subject: [PATCH] leave support for versions 1.13 and 1.14 in travis due to the dependence on testify --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44eac81..17a09c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,8 @@ env: - MG_DEBUG=false go: - - '1.8' - - '1.9' - - '1.10' - - '1.11' + - '1.13' + - '1.14' before_install: - go get -v github.com/google/go-querystring/query