Mailing List Archive

No Travis runs for PR's against 2.4.x?
Anyone an idea why https://github.com/apache/httpd/pull/142 which is a PR against the 2.4.x branch does not trigger a Travis run?

Regards

RĂ¼diger
Re: No Travis runs for PR's against 2.4.x? [ In reply to ]
On Tue, Sep 15, 2020 at 01:09:05PM +0200, Ruediger Pluem wrote:
> Anyone an idea why https://github.com/apache/httpd/pull/142 which is a
> PR against the 2.4.x branch does not trigger a Travis run?

It's because you have "[skip ci]" in the second commit.

(Do a "git rebase -i origin/2.4.x" and use "reword" on the second commit
to edit the message, and then force push)
Re: No Travis runs for PR's against 2.4.x? [ In reply to ]
On 9/15/20 1:49 PM, Joe Orton wrote:
> On Tue, Sep 15, 2020 at 01:09:05PM +0200, Ruediger Pluem wrote:
>> Anyone an idea why https://github.com/apache/httpd/pull/142 which is a
>> PR against the 2.4.x branch does not trigger a Travis run?
>
> It's because you have "[skip ci]" in the second commit.

Thank you very much for the pointer :-). I now fixed this.

Regards

RĂ¼diger