Skip to content

Commit

Permalink
Enable JSHint linting
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 14, 2014
1 parent 42713c6 commit 08f2dde
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08f2dde

Please sign in to comment.