From 6f5ff737ddd734c02a38aef7efadf13250387fa6 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 31 Jul 2020 12:15:14 +0100 Subject: [PATCH] change travis order trigger --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c07132fc03..5189b96f60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ stages: if: type = pull_request && commit_message =~ /\[create preview\]/ - name: Check bundle if: type = push AND tag IS blank + - name: Trigger ADF child build + if: (branch = develop AND type = push) OR type = api - name: Unit test if: (branch != master AND type != cron AND tag IS blank) OR type = api - name: e2e Test @@ -35,8 +37,6 @@ stages: if: tag =~ .*beta.* - name: Release tag if: type = cron OR branch = master - - name: Trigger ADF child build - if: (branch = develop AND type = push) OR type = api addons: chrome: stable