From c53a09aa1fdff556f8e7034acc3202ca8cc13c2f Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sat, 25 Feb 2017 13:55:14 -0800 Subject: [PATCH] build config update, verbose removed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25ffbae8..100918de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ install: - go get -v ./... script: - - go test -race ./... -coverprofile=coverage.txt -covermode=atomic + - go test ./... -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)