Skip to content

Commit

Permalink
Merge pull request #13 from frewsxcv/master
Browse files Browse the repository at this point in the history
Enable JSHint linting
  • Loading branch information
obscuren committed Nov 14, 2014
2 parents 42713c6 + 08f2dde commit f6ee8e5
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 f6ee8e5

Please sign in to comment.