added the browser tests

This commit is contained in:
Spencer Alger
2014-01-15 03:06:56 -07:00
parent 7b967617b5
commit 4c5426c1b4
9 changed files with 44 additions and 24 deletions

View File

@ -2,7 +2,7 @@
# Start or stop a group for travis
#####
function group {
if [ $1 =~ "^start"]; then
if [ $1 =~ "^start" ]; then
echo -e "\n--------- $1"
else
echo -e "--------- $1\n"