Skip to content

Commit

Permalink
chore(config): Run test cases in multiple node versions before pushin…
Browse files Browse the repository at this point in the history
…g changes
  • Loading branch information
jcollado committed Jan 18, 2016
1 parent a08af69 commit 28592cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
},
"ghooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "npm test"
"pre-commit": "npm test",
"pre-push": "npm multitest"
}
}
}

0 comments on commit 28592cf

Please sign in to comment.