removed grouping, it's just fucking things up

This commit is contained in:
Spencer Alger
2014-01-15 01:47:29 -07:00
parent ce2ff5ff99
commit 4981852080

View File

@ -2,9 +2,9 @@
# Start or stop a group for travis
#####
function group {
if [ -n "$TRAVIS" ]; then
echo -e "travis_fold:${1// /_}"
fi
# if [ -n "$TRAVIS" ]; then
# echo -e "travis_fold:${1// /_}"
# fi
}
#####