From 719079e29268b15dc2db422a02d0eb270cef5ca6 Mon Sep 17 00:00:00 2001 From: Mumfrey Date: Wed, 1 Feb 2017 12:03:55 +0000 Subject: [PATCH] Exclude master branch from Travis config, will build that on Jenkins --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 96ff2318..557c5525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,8 @@ script: ./gradlew build notifications: email: false + +# Exclude master because it is built on Jenkins +branches: + except: + - master