From e4cf03ae46d69a9aacb5a01f8890e5a49a0846ee Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 16 Mar 2018 10:02:58 +0000 Subject: [PATCH] Only build master branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84015723c2..b2bbf51409 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ if: tag IS present rvm: 2.3.3 +branches: + only: + - master + matrix: include: - os: osx