ソースを参照

Update .travis.yml

Darien Raymond 8 年 前
コミット
c245b4506e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .travis.yml

+ 1 - 1
.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: