Skip to content

Commit

Permalink
Merge pull request #202 from C2FO/jshint-on-travis
Browse files Browse the repository at this point in the history
run jshint on travis
  • Loading branch information
DevSide authored Oct 5, 2016
2 parents a6b46ec + 9b9ffd2 commit c8f65c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
language: node_js
node_js:
- 0.10
- 0.10
before_install:
- npm install -g grunt-cli
script:
- grunt jshint
- npm test

0 comments on commit c8f65c0

Please sign in to comment.