From e26295de374e0ee253561c1ea37a8968f5f44b3a Mon Sep 17 00:00:00 2001 From: Tonow-c2c Date: Thu, 10 Oct 2019 11:03:24 +0200 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 4cf09c9..2a968d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,3 +34,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/