From 72c370212658c73c117d18b0aa0be578aa79c4a9 Mon Sep 17 00:00:00 2001 From: jcoux Date: Fri, 23 Nov 2018 15:40:43 +0100 Subject: [PATCH] Travis: exclude new branch from build --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2e883db..aab9e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,3 +35,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/