浏览代码

Update .travis.yml

Darien Raymond 9 年之前
父节点
当前提交
a43ee2f1c2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -2,6 +2,9 @@ language: go
 
 go:
   - 1.6.3
+
+git:
+  depth: 5
   
 script:
   - go test -tags json github.com/v2ray/v2ray-core/...