Skip to content

Commit 04b4e95

Browse files
authored
ci: add source clear as a separate stage (#385)
1 parent a81fce6 commit 04b4e95

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ stages:
3838
- 'Lint markdown files'
3939
- 'Integration tests'
4040
- 'Test'
41+
- 'Source Clear'
4142

4243
jobs:
4344
include:
@@ -51,8 +52,6 @@ jobs:
5152
email: false
5253

5354
- stage: 'Integration tests'
54-
addons:
55-
srcclr: true
5655
merge_mode: replace
5756
env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5857
cache: false
@@ -64,3 +63,13 @@ jobs:
6463
script:
6564
- $HOME/travisci-tools/trigger-script-with-status-update.sh
6665
after_success: travis_terminate 0
66+
67+
- stage: 'Source Clear'
68+
if: type = cron
69+
addons:
70+
srcclr: true
71+
before_install: skip
72+
install: skip
73+
before_script: skip
74+
script: skip
75+
after_success: skip

0 commit comments

Comments
 (0)