mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-06-03 06:13:53 -04:00
Update travis
This commit is contained in:
parent
10d733263d
commit
33768175c1
@ -9,6 +9,7 @@ before_install:
|
|||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- go test github.com/v2ray/v2ray-core/...
|
||||||
- ./testing/coverage/coverall
|
- ./testing/coverage/coverall
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -20,6 +20,7 @@ function test_package {
|
|||||||
touch coverall.out
|
touch coverall.out
|
||||||
|
|
||||||
test_package "common/net" "common/net"
|
test_package "common/net" "common/net"
|
||||||
|
test_package "common/collect" "common/collect"
|
||||||
test_package "config/json" "config/json"
|
test_package "config/json" "config/json"
|
||||||
test_package "proxy/socks" "proxy/socks,proxy/socks/protocol"
|
test_package "proxy/socks" "proxy/socks,proxy/socks/protocol"
|
||||||
test_package "proxy/socks/protocol" "proxy/socks/protocol"
|
test_package "proxy/socks/protocol" "proxy/socks/protocol"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user