v2ray 9 년 전
부모
커밋
b92b57b32f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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/...