diff options
-rwxr-xr-x | service/go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -94,7 +94,6 @@ function runCoverageUnitAndIntegration { if [ "$1" == 'test' ]; then set -e - runJSHint runPep8 runUnitTests "${@:2}" runIntegrationTests "${@:2}" |