From 910c0d8a5f8426f542699ededa5812919c07e0a7 Mon Sep 17 00:00:00 2001 From: Machiste Quintana Date: Thu, 30 Jul 2015 08:59:51 -0400 Subject: [PATCH] Only build pushes on Travis for master branch [ci skip] --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d73c8e2..20cfe51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,7 @@ script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package. git: depth: 10 + +branches: + only: + - master