If you use github and travis, the way the integration works is that travis builds and tests the code on your own private fork when you submit a pull request. So the results of that inform the decision on whether to accept the pull request into the code.
-- Stephen Turner -----Original Message----- From: Marcus [mailto:[email protected]] Sent: 16 October 2014 18:08 To: [email protected] Subject: Re: master broken Wouldn't it have to be pushed first to pass any CI testing? So in theory we should never have CI catch compile errors if we don't push code that won't compile.
