limbo v0.1.0 API Reference

Mix Tasks

In a terminal window run

mix limbo.pull_push This will push commits to the trunk whenever they are created by mix limbo.test which you can run occasionally manually in another terminal window

In seperate terminal window run

MIX_ENV=test mix limbo.test This will run tests and save commits if/when the test passes, and revert if test fails

In seperate terminal window run

MIX_ENV=test mix limbo.test_commit This will run tests and save commits if/when the test passes, and nothing if test fails