diff --git a/.travis.yml b/.travis.yml index 82f6e1a81..c64c4ce7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/...