removed grouping, it's just fucking things up
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
# Start or stop a group for travis
|
# Start or stop a group for travis
|
||||||
#####
|
#####
|
||||||
function group {
|
function group {
|
||||||
if [ -n "$TRAVIS" ]; then
|
# if [ -n "$TRAVIS" ]; then
|
||||||
echo -e "travis_fold:${1// /_}"
|
# echo -e "travis_fold:${1// /_}"
|
||||||
fi
|
# fi
|
||||||
}
|
}
|
||||||
|
|
||||||
#####
|
#####
|
||||||
|
|||||||
Reference in New Issue
Block a user