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 a81fce6 commit 04b4e95Copy full SHA for 04b4e95
.travis.yml
@@ -38,6 +38,7 @@ stages:
38
- 'Lint markdown files'
39
- 'Integration tests'
40
- 'Test'
41
+ - 'Source Clear'
42
43
jobs:
44
include:
@@ -51,8 +52,6 @@ jobs:
51
52
email: false
53
54
- stage: 'Integration tests'
- addons:
55
- srcclr: true
56
merge_mode: replace
57
env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
58
cache: false
@@ -64,3 +63,13 @@ jobs:
64
63
script:
65
- $HOME/travisci-tools/trigger-script-with-status-update.sh
66
after_success: travis_terminate 0
+
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