From b92b57b32fc948d1cd1b966cb6859fc3729687f7 Mon Sep 17 00:00:00 2001 From: v2ray Date: Thu, 4 Feb 2016 17:06:59 +0100 Subject: [PATCH] typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82f6e1a8..c64c4ce7 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/...