1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-27 04:25:44 -05:00

fix string checking logic

This commit is contained in:
Darien Raymond
2016-10-24 16:59:43 +02:00
parent 369256c82f
commit fbb44e7e02

View File

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