1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04: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: before_install:
- go get golang.org/x/tools/cmd/cover - go get golang.org/x/tools/cmd/cover
- go get github.com/onsi/gomega - go get github.com/onsi/gomega
- go get github.com/osni/ginkgo - go get github.com/onsi/ginkgo
script: script:
- go test -tags json github.com/v2ray/v2ray-core/... - go test -tags json github.com/v2ray/v2ray-core/...