瀏覽代碼

skip coverage for releases

Darien Raymond 9 年之前
父節點
當前提交
426a58707f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      testing/coverage/coverall

+ 4 - 0
testing/coverage/coverall

@@ -1,5 +1,9 @@
 #!/bin/bash
 
+if [ -z ${TRAVIS_TAG+x} ]; then
+  exit 0
+fi
+
 FAIL=0
 
 V2RAY_OUT=${GOPATH}/out/v2ray