Enable JSHint linting

This commit is contained in:
Corey Farwell 2014-11-14 14:00:19 -05:00
parent 42713c6e99
commit 08f2dde45a

View File

@ -4,5 +4,8 @@ node_js:
- "0.10" - "0.10"
before_script: before_script:
- npm install - npm install
- npm install jshint
script:
- "jshint *.js lib"
after_script: after_script:
- npm run-script gulp - npm run-script gulp