Skip to content

Commit

Permalink
Try empty string test for mac compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bweir committed Jan 11, 2016
1 parent 0a9e583 commit 7eef9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

BUILD_VERSION="$TRAVIS_BRANCH"
if [[ -v $TRAVIS_TAG ]]
if [[ -n "$TRAVIS_TAG" ]]
then
BUILD_VERSION="$TRAVIS_TAG"
fi
Expand Down

0 comments on commit 7eef9c7

Please sign in to comment.