From fda637edba4057ad782435bb09f85b4f8f031e4e Mon Sep 17 00:00:00 2001
From: Ray <rschamp@users.noreply.github.com>
Date: Tue, 26 Mar 2019 10:38:07 -0400
Subject: [PATCH] Exclude greenkeeper builds from gh-pages

They take up so much space and time, but aren't really looked at very much
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e429117fd..c20410a3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,7 +65,7 @@ deploy:
 - provider: script
   on:
     all_branches: true
-    condition: $TRAVIS_EVENT_TYPE != cron
+    condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^greenkeeper/
   skip_cleanup: true
   script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
 - provider: script
-- 
GitLab