pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Use local tests in Travis while adding build. #32

Closed matttproud closed 12 years ago

matttproud commented 12 years ago

There was a pure Go continuous integration web app. similar to Travis CI floating around the web recently. If I can dig up its name, it may be worth migrating to that just because of how problematic Travis has become.

Obligatory excerpt below:

Travis CI seems to update its test image frequently, and it appears, for instance, that the team is adding native Go support. To that end, I will relax the removal requirement of it, putting a preference on the release that we locally install.

Eventually, this will be replaced by just purely a make test integration test target but not this second; and with this, we'll simply have Travis CI invoke the makefile for testing versus maintaining duplicate rules.

pomack commented 12 years ago

Merged

pomack commented 12 years ago

Was it http://goci.me/

matttproud commented 12 years ago

Yes. I have not looked at it closely. Any cursory feelings or impressions?

pomack commented 12 years ago

I am on my phone, so can't give any impressions today