From c5177bbddd601c6faf086a4aeaf9c10b12399671 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Thu, 29 May 2014 07:34:02 -0600 Subject: [PATCH] chore(shippable): only build on master branch --- .shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index d5bc1ed1fa..1b9ec8fca9 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -6,8 +6,9 @@ env: - SNAPSHOT_BROWSER_ID=chrome_desktop_narrow SNAPSHOT_BROWSER_ID=safari_desktop_narrow - SNAPSHOT_WIDTH=400 - SNAPSHOT_HEIGHT=800 - - IONIC_SNAPSHOT_KEY=5f731d560dfa487e8746be878cfe6279 - +branches: + only: + - master before_install: - npm install -g protractor gulp script: