test(pre): verification hook

This commit is contained in:
Christoph Witzko
2015-05-15 19:32:32 +02:00
parent 245f918201
commit 1f70215ffe
3 changed files with 51 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
'use strict'
module.exports = function (opts, cb) {
cb(null, !(opts.commits.length % 2))
}