Browse Source

Merge pull request #13 from frewsxcv/master

Enable JSHint linting
cl-refactor
Jeffrey Wilcke 10 years ago
parent
commit
f6ee8e52dd
  1. 5
      .travis.yml

5
.travis.yml

@ -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
- npm run-script gulp

Loading…
Cancel
Save