mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-06 12:39:12 -04:00
skip coverage for releases
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z ${TRAVIS_TAG+x} ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
FAIL=0
|
||||
|
||||
V2RAY_OUT=${GOPATH}/out/v2ray
|
||||
|
||||
Reference in New Issue
Block a user