Well that helped no one
This commit is contained in:
@ -2,9 +2,11 @@
|
||||
# Start or stop a group for travis
|
||||
#####
|
||||
function group {
|
||||
# if [ -n "$TRAVIS" ]; then
|
||||
# echo -e "travis_fold:${1// /_}"
|
||||
# fi
|
||||
if [ $1 =~ "^start"]; then
|
||||
echo -e "\n--------- $1"
|
||||
else
|
||||
echo -e "--------- $1\n"
|
||||
fi
|
||||
}
|
||||
|
||||
#####
|
||||
|
||||
Reference in New Issue
Block a user