From 65f61fc2bc588255638371f03ed544a22ebdfe49 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Fri, 2 Aug 2019 09:15:11 +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 18b3730..1dd1975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/