1
0
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:
Darien Raymond 2016-10-24 16:45:02 +02:00
parent 1fb9a911cd
commit 360c222c1c
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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