From d4ea8b527cf693e415c7c8fdc8bcf4811e164d94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AB=98=E8=BE=9B=E6=A0=BC?= <xg.gao@tianrang-inc.com>
Date: Wed, 3 Jul 2019 18:13:47 +0800
Subject: [PATCH] modify travis

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2038d8ecc..3f0c7d3c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ install: true
 
 script:
   - go fmt ./... && [[ -z `git status -s` ]]
-  - go mod vendor && go test ./... -coverprofile=coverage.txt -covermode=atomic
+  - go mod vendor && go test ./... -v -coverprofile=coverage.txt -covermode=atomic
 
 after_success:
   - bash <(curl -s https://codecov.io/bash)
-- 
GitLab