Live data from Hacker News

Travis CI acquired by Idera

blog.travis-ci.com

11–20 of 132 posts

Re: Travis CI acquired by Idera

#11
I've been worried about travis' lack of urgency in dealing with the fact that the existing travis-ci.org github hooks used for open source products are going to stop working in a week or two...

https://github.com/travis-ci/travis-ci/issues/9745

Now bought by a private equity firm, which usually doesn't indicate lots of innovation or an increase in quality on the way.

I wonder if I should be worried and start migrating my projects. I really liked travis for so long.

Re: Travis CI acquired by Idera

#12
post #8

Circle CI has been steadily taking marketshare away from Travis for many, many years. And in my personal experience, mostly because of Travis' slow pace of improvement. Using containers for testing blows away performance on Travis for comparable tasks. Travis had made some improvements this last year to their workflows, configuration, and platform, but too little too late. My experience in dealing with their customer…

Does Circle-CI offers Mac runner for public/open-source projects? This is the reason I haven't been able to migrate from Travis to Circle-CI for all my projects, I have an open-source Electron module that I need to test cross platform so Travis covers Linux and Mac and AppVeyor for Windows.

Re: Travis CI acquired by Idera

#13
post #7

Earlier quoted context omitted.

That's exactly what they do, and the reason is that there is a long tail of subscription revenue that will continue to trickle in. They monetize that very well (for the owners)

This suggests that, at least from track record so far, for products in their portfolio one should not expect much more extensive development or innovation, they're just counting on the long-tail of revenue trickling in?

Some products are feature complete and since they are looking at long term earnings they won’t sunset the project which are two big pluses .

Re: Travis CI acquired by Idera

#14
post #5

Curious to what this means for the Berlin tech scene in general. Travis was certainly one of the trailblazers and a high visibility local startup (next to probably Soundcloud).

European tech scene is completely dominated by US companies, this one company (unknown to people outside the tech scene) won't change that at all.

Re: Travis CI acquired by Idera

#15
post #8

Circle CI has been steadily taking marketshare away from Travis for many, many years. And in my personal experience, mostly because of Travis' slow pace of improvement. Using containers for testing blows away performance on Travis for comparable tasks. Travis had made some improvements this last year to their workflows, configuration, and platform, but too little too late. My experience in dealing with their customer…

> Travis is obsolete, and they did it to themselves.

This is sad, but the conclusion I have come to over the last 3-4 years as well. It was anybody's market 4 years ago, but through a sustained pace I think CircleCI have out-executed Travis consistently.

The thing I find interesting is that, looking at Semaphore CI who used to be far behind Travis, they are now biting at the heels of CircleCI with their 2.0 iteration. From what I understand they are not venture backed and are a smaller team, and yet their product is starting to look like a real competitor. To me this says that Travis just failed to execute well enough, rather than Circle having more money (although that helps).

Re: Travis CI acquired by Idera

#16
post #8

Circle CI has been steadily taking marketshare away from Travis for many, many years. And in my personal experience, mostly because of Travis' slow pace of improvement. Using containers for testing blows away performance on Travis for comparable tasks. Travis had made some improvements this last year to their workflows, configuration, and platform, but too little too late. My experience in dealing with their customer…

Does Circle-CI offers Mac runner for public/open-source projects? This is the reason I haven't been able to migrate from Travis to Circle-CI for all my projects, I have an open-source Electron module that I need to test cross platform so Travis covers Linux and Mac and AppVeyor for Windows.

I was able to acquire that ability by emailing them and explaining the open source need. They were quite reasonable.

Re: Travis CI acquired by Idera

#17

Looking at Idera portfolio, I see Embracadero (Delphi developers for many years), Sencha (Ext.js), Assembla (was GutHub of Subversion era). So it seems like they buy companies and products that were big and very important among developersin the past, but not necessary leading the pack today. I didn't think of Travis in that regard, though in a past few month I started to see Circle CI badges popping here and there fo…

Yeah, I've been seeing lots of people switch to circle-ci or gitlab over the past year. Not totally sure why. Travis does what I need and I know how to use it, and I don't particularly want to learn something new for CI myself, I just want to code!

CircleCI has a free tier for private repos, same with Gitlab.

Re: Travis CI acquired by Idera

#18
post #5

Curious to what this means for the Berlin tech scene in general. Travis was certainly one of the trailblazers and a high visibility local startup (next to probably Soundcloud).

Yes, I have fond memories of hanging out in their offices above beta house. Amazingly welcoming bunch of people and one of the best things about the Berlin tech scene for me. Hope it works out well for them. I know they were never in it for the money but they deserve a decent payout for their years of commitment.

Re: Travis CI acquired by Idera

#19
Loved Travis support over the years. I wish them the best.

Though lately ruby-travis cli has been broken for me on Arch, and with their YAML changes & associated complexity... I'm starting to look forward to Github actions.

Re: Travis CI acquired by Idera

#20

Looking at Idera portfolio, I see Embracadero (Delphi developers for many years), Sencha (Ext.js), Assembla (was GutHub of Subversion era). So it seems like they buy companies and products that were big and very important among developersin the past, but not necessary leading the pack today. I didn't think of Travis in that regard, though in a past few month I started to see Circle CI badges popping here and there fo…

Yeah, I've been seeing lots of people switch to circle-ci or gitlab over the past year. Not totally sure why. Travis does what I need and I know how to use it, and I don't particularly want to learn something new for CI myself, I just want to code!

Personally, I've seen growing stability issues. Builds are failing for no apparent reason and work fine after a manual restart. Circe CI was the next free service to try.
Post reply on HN