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