Update .travis.yml

This commit is contained in:
Eugenio Romano 2019-10-31 09:38:14 +00:00 committed by GitHub
parent 2e046945c7
commit 5bb9efd2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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