summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-03-09 15:29:49 -0300
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-03-09 15:29:49 -0300
commita9a8a7330756d2fe9b6607dc670841b0ecfa64c5 (patch)
tree769e188a7f0f2533c58ba01f9945de75aa5ca73a /service/go
parent47f032c7bd27a84617d6a685d833744e02a1b3ab (diff)
Don't run jshint when running python tests
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/go b/service/go
index 3ffefb72..c8a672c3 100755
--- a/service/go
+++ b/service/go
@@ -94,7 +94,6 @@ function runCoverageUnitAndIntegration {
if [ "$1" == 'test' ]; then
set -e
- runJSHint
runPep8
runUnitTests "${@:2}"
runIntegrationTests "${@:2}"