From 6c98a1d2c2de3f2e1ef6292728e56c0111c4b6a3 Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Mon, 13 Jul 2020 14:50:05 +0500 Subject: [PATCH] ci: add source clear as a separate stage --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff3e76108..5621c07c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ stages: - 'Lint markdown files' - 'Integration tests' - 'Test' + - 'Source Clear' jobs: include: @@ -51,8 +52,6 @@ jobs: email: false - stage: 'Integration tests' - addons: - srcclr: true merge_mode: replace env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH cache: false @@ -64,3 +63,13 @@ jobs: script: - $HOME/travisci-tools/trigger-script-with-status-update.sh after_success: travis_terminate 0 + + - stage: 'Source Clear' + if: type = cron + addons: + srcclr: true + before_install: skip + install: skip + before_script: skip + script: skip + after_success: skip