mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-07-05 16:38:17 -04:00
try again to skip coverage on release
This commit is contained in:
parent
1fb9a911cd
commit
360c222c1c
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z ${TRAVIS_TAG+x} ]; then
|
||||
if [ -z "${TRAVIS_TAG}" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user