Commit 08f2dde4 authored by Corey Farwell's avatar Corey Farwell

Enable JSHint linting

parent 42713c6e
......@@ -4,5 +4,8 @@ node_js:
- "0.10"
before_script:
- npm install
- npm install jshint
script:
- "jshint *.js lib"
after_script:
- npm run-script gulp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment