fix string checking logic

pull/314/head
Darien Raymond 8 years ago
parent 369256c82f
commit fbb44e7e02
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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

Loading…
Cancel
Save