From 5bb9efd2ea5b0ff279c34aed8bddebf39e613ee2 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 31 Oct 2019 09:38:14 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48c8111101..ac0c94709d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,9 @@ branches: # TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR stages: - name: Lint & Build Dist - if: type = pull_request + if: type = pull_request OR type = api - name: Lint & Build Dist & Release - if: (type = push OR type = cron OR type = api) AND tag IS blank + if: (type = push OR type = cron) AND tag IS blank - name: Check bundle if: type = push AND tag IS blank - name: Unit test