Parcourir la source

Update .travis.yml

Darien Raymond il y a 9 ans
Parent
commit
a43ee2f1c2
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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/...