itsapi/post-receive

Travis CI Tests

Closed this issue · 4 comments

We should have a Travis project that runs some tests and only triggers itsapi/github-listener when the tests pass.

This will (hopefully) prevent broken builds being deployed and therefore requiring manual repairing on the server.

We should do black box testing rather than unit testing.
Have different configurations of options.json files and input directories and check that the output directories are correct.

Added some! cff5a01