From 50c53f4263452262c47209cdde22c53a18737431 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 17 Apr 2019 21:26:56 +0100 Subject: [PATCH] Updated .travis.yml file - most up-to-date version of our config --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1767aa..d4fcb77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,11 @@ dist: xenial language: node_js -sudo: false node_js: - 10 -cache: - directories: - - node_modules +cache: yarn -branches: - except: - - "/^renovate\\/.+$/" +# Don't run builds for renovate PRs, only renovate pushes +if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request