diff --git a/.travis.yml b/.travis.yml index 3da12ffa2..b4f98bb41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,4 +102,4 @@ jobs: stages: - test - name: smoke - if: branch IN (master, develop, travis) and type != pull_request + if: branch IN (travis) and type != pull_request