From 9da43e1115d007061f4b260a4f00ec080a2f6239 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Sun, 15 Jul 2018 21:47:53 +0800 Subject: [PATCH] update codecov test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e9b7ad..9c67cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: script: - go test -race -coverprofile=coverage.txt -covermode=atomic - - go test -bench=. -benchmem=true -run=none ./... +# - go test -bench=. -benchmem=true -run=none ./... after_success: - bash <(curl -s https://codecov.io/bash) \ No newline at end of file