fixed the browser test

This commit is contained in:
Spencer Alger
2014-01-29 10:50:32 -07:00
parent bc97cc9f6f
commit f10052f19e
5 changed files with 29 additions and 13 deletions

View File

@ -82,7 +82,6 @@ fi
if [[ "$COVERAGE" == "1" ]]; then
group "shipping coverage"
ensure_grunt
grunt mochacov:ship_coverage
exit 0
# don't fail even if this does
_grunt --force mochacov:ship_coverage
fi