From 87abdc2c317a1318fa6f3c55f5d59b2689f29dd7 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 18 Apr 2019 14:10:35 +0100 Subject: [PATCH] Updated travis.yml file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4fcb77..5de1469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ node_js: cache: yarn -# Don't run builds for renovate PRs, only renovate pushes -if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request +# Don't run builds for renovate PRs +if: NOT head_branch =~ ^renovate