Browse Source

Update .travis.yml

Darien Raymond 8 years ago
parent
commit
c245b4506e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ go_import_path: v2ray.com/core
 git:
 git:
   depth: 5
   depth: 5
 script:
 script:
-- go test -tags json v2ray.com/core/...
+- go test -tags json -v v2ray.com/core/...
 after_success:
 after_success:
 - ./testing/coverage/coverall
 - ./testing/coverage/coverall
 before_deploy:
 before_deploy: