From 204e93011d9bb48e40a8198b0f0c99385240d786 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 27 Jan 2019 13:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=80=20Reset=20to=20the=20default=20con?= =?UTF-8?q?fig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2de1ea..8351e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: script: #- go test -cpu=16 -bench=. -benchmem=true -run=none ./... - - go test -race -cpu=1,16 -coverprofile=coverage.txt -covermode=atomic -v + - go test -race -coverprofile=coverage.txt -covermode=atomic -v after_success: - bash <(curl -s https://codecov.io/bash)