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)