From 9166c63a0c30d51619bde605b19e4cc7c5876c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Tue, 7 Apr 2020 16:41:42 +0300 Subject: [PATCH] update test matrix --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b916b94..e3640f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: go go: - - '1.8' - - '1.9' - - '1.10' - '1.11' + - '1.12' + - '1.13' + - '1.14' +env: + - GO111MODULE=on before_install: - go mod tidy script: go test -v ./...