From 0da2ec2e879c9c9adc3e09476e5bfcf0961a1858 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 24 Oct 2013 15:35:01 -0700 Subject: [PATCH] Run jshint on Travis (fixes #1914) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fc0ee138..3e3b52e8c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "test" }, "scripts": { - "test": "mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html" + "test": "jshint js/id && mocha-phantomjs test/index.html && make && mocha-phantomjs test/index_packaged.html" }, "repository": { "type": "git", @@ -24,6 +24,7 @@ "smash": "0.0", "uglify-js": "~2.2.5", "maki": "0.1", + "jshint": "2.3.0", "mocha": "~1.12", "mocha-phantomjs": "~3.1.0", "chai": "~1.4",