Easily open a build of either the current branch or a nominated branch in your CI tool.
$ brew tap thoran/tap
$ brew install ci
Open the current branch (only in Buildkite or CircleCI for now)
$ ci
Open a branch other than the current branch (also only in Buildkite or CircleCI for now)
$ ci other/branch/name
- Fork it...
https://github.com/thoran/ci/fork
- Create your feature branch...
git checkout -b my-new-feature
- Commit your changes...
git commit -am 'Add some feature'
- Push to the branch...
git push origin my-new-feature
- Create a new pull request