diff --git a/.travis.yml b/.travis.yml index 7550b199ae..ffed06a185 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,8 @@ matrix: - node_js: '10' env: TEST_SUITE=lint fast_finish: true -branches: - except: - - "/^renovate\\/.+$/" +# Don't run builds for renovate PRs, only renovate pushes +if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request install: - yarn before_script: