diff --git a/bin/test b/bin/test index e76ccefe..2edf7904 100755 --- a/bin/test +++ b/bin/test @@ -20,8 +20,8 @@ MIX_ENV=test mix test || { exit 1 } -if [ $CI ]; then - if [ $TRAVIS ]; then +if [ "$CI" ]; then + if [ "$TRAVIS" ]; then echo "----------------------------------------------------------" echo "Running coveralls.travis..." echo "----------------------------------------------------------"