From 3b294f18d8918d539d3cc8e7fa1138393f909bcd Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Wed, 22 Jun 2016 10:31:11 -0600 Subject: [PATCH] Add greenkeeper branch ignores to travis This prevents greenkeeper branches from being built as they will always by run in the PR. --- ghost/admin/.travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghost/admin/.travis.yml b/ghost/admin/.travis.yml index 5ddf0b5c15..c4c3a6ac83 100644 --- a/ghost/admin/.travis.yml +++ b/ghost/admin/.travis.yml @@ -9,6 +9,10 @@ matrix: include: - node_js: "0.10" env: TEST_SUITE=lint + +branches: + exclude: + - /^greenkeeper-.+$/ cache: directories: