mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update .travis.yml
This commit is contained in:
@@ -24,9 +24,9 @@ branches:
|
|||||||
# TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR
|
# TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR
|
||||||
stages:
|
stages:
|
||||||
- name: Lint & Build Dist
|
- name: Lint & Build Dist
|
||||||
if: type = pull_request
|
if: type = pull_request OR type = api
|
||||||
- name: Lint & Build Dist & Release
|
- 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
|
- name: Check bundle
|
||||||
if: type = push AND tag IS blank
|
if: type = push AND tag IS blank
|
||||||
- name: Unit test
|
- name: Unit test
|
||||||
|
Reference in New Issue
Block a user