소스 검색

remove unused dependency in travis config

v2ray 9 년 전
부모
커밋
dbf5f948cd
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .travis.yml

+ 0 - 5
.travis.yml

@@ -3,11 +3,6 @@ language: go
 go:
   - 1.6.3
   
-before_install:
-  - go get golang.org/x/tools/cmd/cover
-  - go get github.com/onsi/gomega
-  - go get github.com/onsi/ginkgo
-
 script:
   - go test -tags json github.com/v2ray/v2ray-core/...