More travis fixes

This commit is contained in:
Dylan Araps
2016-08-12 10:33:21 +10:00
parent f5f56f74da
commit 800870f21b
2 changed files with 6 additions and 2 deletions

View File

@@ -2935,6 +2935,10 @@ while [ "$1" ]; do
info linebreak
printf "%b%s" "\033[$(tput lines)H"
}
# Set the test func to readonly so a config source
# doesn't overwrite it.
readonly -f printinfo
;;
-v) verbose="on" ;;