From 860cc1ab44bcdc5b50b0af0beaa977798e29d7c3 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Wed, 3 Jun 2020 08:00:36 +0100 Subject: [PATCH] syntax tweak --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcaa9c488..ac075ddff 100755 --- a/.travis.yml +++ b/.travis.yml @@ -23,11 +23,11 @@ stages: - test - deploy - name: review - if: branch = vfb_geppetto_application || branch = development || branch =~ ^(fix|feature).* + if: branch = vfb_geppetto_application OR branch = development OR branch =~ ^(fix|feature).* jobs: fast_finish: true allow_failures: - - if: branch = vfb_geppetto_application || branch = development + - if: branch = vfb_geppetto_application OR branch = development name: review include: - stage: build