From 71b5dd639368ef378e5ed999693b918b01c271e1 Mon Sep 17 00:00:00 2001 From: Michael Madden Date: Thu, 5 Mar 2020 20:41:08 -0600 Subject: [PATCH] Disable Travis CI jobs in non-master branches (#16847) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82f87c1e08e2..1c224f5eaa87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,12 @@ env: - TRAVIS_MINIKUBE_VERSION=v0.25.2 - MACOSX_DEPLOYMENT_TARGET=10.15 +# Only run CI jobs on specific branches. +# To keep the number of Travis CI jobs in check, we decided to configure Travis to only kick off CI jobs for the master branch. +branches: + only: + - master + jobs: include: # General checks