1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-21 09:36:34 -05:00
This commit is contained in:
v2ray 2016-02-04 17:06:59 +01:00
parent 3e87c9efdd
commit b92b57b32f

View File

@ -6,7 +6,7 @@ go:
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/onsi/gomega
- go get github.com/osni/ginkgo
- go get github.com/onsi/ginkgo
script:
- go test -tags json github.com/v2ray/v2ray-core/...