From 9cbbbf0b1008a0566667125bf069c2e3c916f4f8 Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Sat, 5 Mar 2016 16:43:02 -0500 Subject: [PATCH] Don't run Travis builds on master All commits on master are fast-forwards to merge commits that are created by homu and already tested by Travis, so testing commits on master duplicates the build. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 78c60675..9198804c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ # But a system python is installed for all workers language: cpp +branches: + except: + - master + # NOTE: Make sure the matrix covers all node types in top.sls # sudo: required and dist: trusty enable usage of Trusty matrix: