]> git.ipfire.org Git - thirdparty/libvirt.git/commit
travis: skip builds on -maint branches
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 Mar 2018 14:04:54 +0000 (14:04 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 11 Apr 2018 09:08:10 +0000 (10:08 +0100)
commita3b1ee055fd63eff025205b21785e12d6d9c7632
tree10a1edf40f41bf6176e7258843205f408f3521c8
parentc9ec7088c7a3f4cd26bb471f1f243931fff6f4f9
travis: skip builds on -maint branches

For patches pushed upstream we want builds run on master branch, but
don't want them run on the -maint branches, as we are not keeping the
.travis.yml file on stable branches updated wrt latest needs of travis
CI platforms.

We can't just whitelist 'master' though, because that will prevent
developers triggering their own private travis builds. So we just
blacklist *-maint, since developers will typically use named feature
branches for any work.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml