Explorar el Código

Update .travis.yml

Darien Raymond hace 9 años
padre
commit
a43ee2f1c2
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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/...