diff --git a/.travis.yml b/.travis.yml index 96ff23187..557c5525a 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