1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-04 08:15:21 -05:00

try again to skip coverage on release

This commit is contained in:
Darien Raymond
2016-10-24 16:45:02 +02:00
parent 1fb9a911cd
commit 360c222c1c

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ -z ${TRAVIS_TAG+x} ]; then
if [ -z "${TRAVIS_TAG}" ]; then
exit 0
fi