more attempts to prevent Coveralls from breaking the build

This commit is contained in:
Spencer Alger
2014-01-27 10:03:22 -07:00
parent 811ac2f04f
commit d1d035fdc1

View File

@ -84,4 +84,5 @@ if [[ "$COVERAGE" == "1" ]]; then
group "shipping coverage"
ensure_grunt
grunt mochacov:ship_coverage
exit 0
fi