From 03f53a71385b0a92a09cd1da0be47f1435f7221c Mon Sep 17 00:00:00 2001 From: Akim Juillerat Date: Tue, 11 Feb 2020 17:35:34 +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 18b3730..1dd1975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/