From 7909ea661c9e1147fe959e97581954a645e817a7 Mon Sep 17 00:00:00 2001 From: Weilin Shi <934587911@qq.com> Date: Thu, 28 Feb 2019 10:37:10 +0800 Subject: [PATCH] Add go 1.12 to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3eacd8a..cabe8de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ go: - 1.9.x - 1.10.x - 1.11.x + - 1.12.x script: - go test -race -coverprofile=coverage.txt -covermode=atomic