From 426a58707fe4a593682525a66cb813a6173393c8 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Tue, 18 Oct 2016 10:28:37 +0200 Subject: [PATCH] skip coverage for releases --- testing/coverage/coverall | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index c974a9fc..00e1fd8c 100755 --- a/testing/coverage/coverall +++ b/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