We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf841b commit abf5b44Copy full SHA for abf5b44
.travis.yml
@@ -54,6 +54,7 @@ stages:
54
- 'Lint markdown files'
55
- 'Integration tests'
56
- 'Test'
57
+ - 'Source Clear'
58
59
jobs:
60
include:
@@ -68,8 +69,6 @@ jobs:
68
69
email: false
70
71
- stage: 'Integration tests'
- addons:
72
- srcclr: true
73
env:
74
- SDK=android
75
- BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
@@ -84,3 +83,14 @@ jobs:
84
83
script:
85
- $HOME/travisci-tools/trigger-script-with-status-update.sh
86
after_success: travis_terminate 0
+
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