limbo v0.1.3 API Reference

Mix Tasks

In seperate terminal window run

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

In seperate terminal window run

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

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