1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00

remove unused dependency in travis config

This commit is contained in:
v2ray 2016-08-08 22:54:44 +02:00
parent b01a972076
commit dbf5f948cd
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -3,11 +3,6 @@ language: go
go: go:
- 1.6.3 - 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: script:
- go test -tags json github.com/v2ray/v2ray-core/... - go test -tags json github.com/v2ray/v2ray-core/...