V2Ray 10 rokov pred
rodič
commit
33768175c1
2 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 1 0
      .travis.yml
  2. 1 0
      testing/coverage/coverall

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ before_install:
   - go get github.com/mattn/goveralls
 
 script:
+    - go test github.com/v2ray/v2ray-core/...
     - ./testing/coverage/coverall
 
 env:

+ 1 - 0
testing/coverage/coverall

@@ -20,6 +20,7 @@ function test_package {
 touch coverall.out
 
 test_package "common/net" "common/net"
+test_package "common/collect" "common/collect"
 test_package "config/json" "config/json"
 test_package "proxy/socks" "proxy/socks,proxy/socks/protocol"
 test_package "proxy/socks/protocol" "proxy/socks/protocol"