Merge pull request #29 from rhcarvalho/build-hook

Add build post commit hook to run tests
This commit is contained in:
Ben Parees 2016-02-22 13:16:53 -05:00
commit be9cbdadce
2 changed files with 8 additions and 2 deletions

View File

@ -106,7 +106,10 @@
"secret": "${GITHUB_WEBHOOK_SECRET}"
}
}
]
],
"postCommit": {
"script": "./manage.py test"
}
}
},
{

View File

@ -106,7 +106,10 @@
"secret": "${GITHUB_WEBHOOK_SECRET}"
}
}
]
],
"postCommit": {
"script": "./manage.py test"
}
}
},
{