From 46509f05a92bc47bf6ecb4136042b7c3f0940a84 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Mon, 26 Jan 2015 10:59:44 -0800 Subject: [PATCH] Add jshint to node run on travis - To ensure that pull requests pass [Finish #59588854] --- travis-node-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-node-script.sh b/travis-node-script.sh index 53275021..08a1cfc9 100644 --- a/travis-node-script.sh +++ b/travis-node-script.sh @@ -3,4 +3,4 @@ npm install -g grunt-cli npm install -grunt execSpecsInNode +grunt jshint execSpecsInNode