From ca52d0428948773f5776496b768f25571a04e804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Mon, 1 Apr 2019 13:04:06 +0200 Subject: [PATCH] Run Travis for all branches except depfu Otherwise when working on a fork Travis doesn't run for the branch you are working on. Now you can try things out and ensure it works before sending a PR. depfu branches keep excluded as it will cause that we run it twice. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d17395af..065c60b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ cache: bundler rvm: - 2.5.0@osem --ignore-gemsets branches: - only: - - master + except: + - /^depfu/.*$/ before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo `phantomjs -v`"