From afa41dfbc16284487397819018ff1192d35332f7 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 21 Oct 2017 15:10:28 -0400 Subject: [PATCH] CI: do not run pushes to the auto-backport branches --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8cd801b42ce3..f7c915dcdd89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: python dist: trusty sudo: false +branches: + except: + - /^auto-backport-of-pr-\d*/ + cache: pip: true directories: