Skip to content

Commit

Permalink
syntax tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Jun 3, 2020
1 parent 5f1fbf5 commit 860cc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 860cc1a

Please sign in to comment.