mirror of https://github.com/v2ray/v2ray-core
try again to skip coverage on release
parent
1fb9a911cd
commit
360c222c1c
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -z ${TRAVIS_TAG+x} ]; then
|
if [ -z "${TRAVIS_TAG}" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue