From 9bacb98969bb1d813652e0ab140e1188372b8cef Mon Sep 17 00:00:00 2001 From: Jeffsky Date: Tue, 6 Aug 2019 17:13:01 +0800 Subject: [PATCH] update travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e32ac4d..2f5c9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ env: - GO111MODULE=on script: - - go test -race ./... + - go test -race -count=3 ./... -v