v2ray 9 years ago
parent
commit
b92b57b32f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.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/...