Hacker News new | ask | show | jobs
by igor_marques 3599 days ago
Nothing stops you to use continuous integration with this workflow. For instance, Travis-CI and Codeship support branching (they can tell you if the new build will be fine or not).

I didn't mention that in the post because it's intended for beginners and adding that info there could maybe be a little too much :/

1 comments

Sure, most CI systems support branching.

But what if you need to do ship a full pipeline of a branch for multi-repository project? I clarify the issue better in my post.