From edf1c67cff79ea335b9e88b651908a9a1e16adce Mon Sep 17 00:00:00 2001 From: jcoux Date: Fri, 23 Nov 2018 16:09:46 +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-.*$/