소스 검색

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