From 61597b431755a6de04782434fee4bbaa90e599a1 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 16 Apr 2020 11:10:08 -0400 Subject: [PATCH] Disable Travis CI on master This allows Travis to continue running on PRs for release/1.x branches where we have not enabled GH Actions. Signed-off-by: Phil Estes --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8fd3e1ee0..c051c4720 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ dist: bionic sudo: required + +branches: + except: + - master + # setup travis so that we can run containers for integration tests services: - docker