Skip to content

Commit

Permalink
Added jshint back to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Jun 1, 2015
1 parent d504616 commit 7b7c275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jshintignore
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Transaction Middleware for Azul.js",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha --report html --",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly --"
"test": "jshint . && istanbul cover node_modules/.bin/_mocha --report html --",
"test-travis": "jshint . && istanbul cover node_modules/.bin/_mocha --report lcovonly --"
},
"files": [
"index.js",
Expand Down

0 comments on commit 7b7c275

Please sign in to comment.