From 6905bb10793f674aa688087294a5ed0126fbfe4c Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Thu, 5 Sep 2019 16:51:23 +0800 Subject: [PATCH] Add Golang v1.13 test in travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a523b9c..f714c87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.8.x - 1.10.x - 1.12.x + - 1.13.x script: - go test -race -coverprofile=coverage.txt -covermode=atomic