From c6c300275088daa14e94d32d6aefe03918a3b550 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell <tcaswell@gmail.com> Date: Sat, 21 Oct 2017 20:45:21 -0400 Subject: [PATCH] Backport PR #9508: 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: