Run jshint on Travis (fixes #1914)

This commit is contained in:
John Firebaugh
2013-10-24 15:35:01 -07:00
parent 8323c948a7
commit 0da2ec2e87
+2 -1
View File
@@ -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",