diff --git a/.travis.yml b/.travis.yml index b7d382eaad..995559afab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,11 +31,11 @@ stages: - name: test if: commit_message !~ /\[skip tests\]/ - name: release - if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no-release\]/ + if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no release\]/ - name: update_downstream - if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no-downstream\]/ + if: fork = false AND (branch = master OR branch =~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no downstream\]/ - name: trigger_downstream - if: fork = false AND (branch != master OR branch !~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no-downstream\]/ + if: fork = false AND (branch != master AND branch !~ /release\/.*/) AND type != pull_request AND commit_message !~ /\[no downstream\]/ before_install: travis_retry bash scripts/travis/init.sh install: travis_retry bash scripts/travis/build.sh @@ -241,7 +241,6 @@ jobs: - name: "Update alfresco-enterprise-repo" stage: update_downstream - before_install: skip install: skip script: bash scripts/travis/update_downstream.sh