From b5af42a9efa3a135faa562734196f7d2f7fd433a Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 18 Apr 2019 13:35:41 +0100 Subject: [PATCH] Updated .travis.yml w/ simpler renovate logic - This worked in tests! --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0eb6c2da70..aa4dea9a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ node_js: cache: yarn services: - mysql +# Don't run builds for renovate PRs +if: NOT head_branch =~ ^renovate env: matrix: - DB=sqlite3 NODE_ENV=testing