diff --git a/.travis.yml b/.travis.yml index f2848292b..11084558d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,6 +141,6 @@ stages: - name: test if: type != cron - name: smoke - if: type NOT IN (cron, pull_request) AND (branch =~ /^(develop|master|release|hotfix/)/) + if: type NOT IN (cron, pull_request) - name: update translations if: branch == develop AND type == cron