Commit f6ee8e52 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #13 from frewsxcv/master

Enable JSHint linting
parents 42713c6e 08f2dde4
...@@ -4,5 +4,8 @@ node_js: ...@@ -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
\ No newline at end of file
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