travis: add ANSI color definitions

This commit is contained in:
Ralph Lange
2019-11-26 09:06:53 +01:00
parent 9df85ff63e
commit 455ead3208
3 changed files with 15 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ readlinkf() { perl -MCwd -e 'print Cwd::abs_path shift' "$1"; }
# test utilities
die() {
echo $1
echo "${ANSI_RED}$1${ANSI_RESET}"
exit 1
}