To make this info message stand out from the regular build job trace
output.
Signed-off-by: SZEDER Gábor <redacted>
Reviewed-by: Lars Schneider <redacted>
Signed-off-by: Junio C Hamano <redacted>
if TAG=$(git describe --exact-match "$TRAVIS_BRANCH" 2>/dev/null) &&
test "$TAG" != "$TRAVIS_BRANCH"
then
- echo "Tip of $TRAVIS_BRANCH is exactly at $TAG"
+ echo "$(tput setaf 2)Tip of $TRAVIS_BRANCH is exactly at $TAG$(tput sgr0)"
exit 0
fi
}