Hacker News new | ask | show | jobs
by ssw1n 4672 days ago
So how does it differ from Travis or Jenkins (or any other CI build tool really)?
1 comments

Hi ssw1n!

Travis has chosen a very tight integration with GitHub and you run builds on their servers.

Jenkins is usually a hard thing for most people to setup. It's very old software and the UI hasn't changed in years.

I'm trying to find a middle ground between the two services. I can easily install ruby on a build slave, but trying to manage the build master is always a pain.