add sample tests for post commit hook

This commit is contained in:
pi-victor 2016-04-11 20:52:20 +02:00
parent 6263b25a02
commit 4166119035
6 changed files with 80 additions and 31 deletions

View file

@ -112,7 +112,10 @@
"secret": "${GENERIC_WEBHOOK_SECRET}"
}
}
]
],
"postCommit": {
"script": "npm test"
},
}
},
{

View file

@ -112,7 +112,10 @@
"secret": "${GENERIC_WEBHOOK_SECRET}"
}
}
]
],
"postCommit": {
"script": "npm test"
},
}
},
{