From c245b4506ef31a162538b8483103e55e96f91c15 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 7 Feb 2017 10:29:18 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e03c4e690..3c4bb14a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go_import_path: v2ray.com/core git: depth: 5 script: -- go test -tags json v2ray.com/core/... +- go test -tags json -v v2ray.com/core/... after_success: - ./testing/coverage/coverall before_deploy: