Skip to content

Commit abf5b44

Browse files
authored
ci: add source clear as a separate stage (#341)
1 parent abf841b commit abf5b44

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ stages:
5454
- 'Lint markdown files'
5555
- 'Integration tests'
5656
- 'Test'
57+
- 'Source Clear'
5758

5859
jobs:
5960
include:
@@ -68,8 +69,6 @@ jobs:
6869
email: false
6970

7071
- stage: 'Integration tests'
71-
addons:
72-
srcclr: true
7372
env:
7473
- SDK=android
7574
- BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
@@ -84,3 +83,14 @@ jobs:
8483
script:
8584
- $HOME/travisci-tools/trigger-script-with-status-update.sh
8685
after_success: travis_terminate 0
86+
87+
- stage: 'Source Clear'
88+
if: type = cron
89+
addons:
90+
srcclr: true
91+
before_install: skip
92+
install: skip
93+
before_script: skip
94+
script: skip
95+
after_script: skip
96+
after_success: skip

0 commit comments

Comments
 (0)