1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

fix string checking logic

This commit is contained in:
Darien Raymond 2016-10-24 16:59:43 +02:00
parent 369256c82f
commit fbb44e7e02
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}" ]; then
if [ -n "${TRAVIS_TAG}" ]; then
exit 0
fi