From 490b0ff113db71ade35ab8274221eadb8d4d789a Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 5 Aug 2016 11:04:34 +0200 Subject: [PATCH] Do not build our system sync branch. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45eb475c..901f9772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,12 @@ env: - TIMEOUT=0 +# Do not build our sync branch. +branches: + except: + - /^__internal.*$/ + + matrix: # Abort all builds on a single failing matrix entry. fast_finish: true