Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Run JSHint on Travis and not only Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Aug 12, 2013
1 parent 3c0b41c commit b077dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
node_js:
- 0.8
- 0.10
- 0.10
before_script:
- npm run-script lint

0 comments on commit b077dc3

Please sign in to comment.