jshint again
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 18 Aug 2014 20:39:28 +0000 (15:39 -0500)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Mon, 18 Aug 2014 20:39:28 +0000 (15:39 -0500)
.travis.yml
package.json

index 387c683..7d0d3a4 100644 (file)
@@ -14,6 +14,7 @@ before_script:
 script:
   - "npm run-script test-datasource"
   - "npm run-script test"
+  - "npm run-script jshint"
 
   # test an upgrade from 4.4.0
   - "wget http://sourceforge.net/projects/postbooks/files/03%20PostBooks-databases/4.4.0/postbooks_demo-4.4.0.backup"
index 438ed0a..327104b 100644 (file)
@@ -49,6 +49,7 @@
     "chai": "1.5.x",
     "mocha": "1.9.x",
     "html5": "0.3.13",
+    "jshint": "2.4.x",
     "zombie": "1.4.x",
     "csslint": "~0.10.0"
   },