Add build post commit hook to run tests

This commit is contained in:
Rodolfo Carvalho 2016-02-22 18:46:48 +01:00
parent 4706c39a70
commit 283a460018
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"
}
}
},
{