Skip to content

Commit 5afcba4

Browse files
authored
ci: add srcclr to travis (#257)
1 parent db4460e commit 5afcba4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ stages:
2222
- 'Lint markdown files'
2323
- 'Integration tests'
2424
- 'Test'
25+
- 'Source Clear'
2526

2627
jobs:
2728
include:
@@ -61,3 +62,13 @@ jobs:
6162
script:
6263
- $HOME/travisci-tools/trigger-script-with-status-update.sh
6364
after_success: travis_terminate 0
65+
66+
- stage: 'Source Clear'
67+
if: type = cron
68+
addons:
69+
srcclr: true
70+
before_install: skip
71+
install: skip
72+
before_script: skip
73+
script: skip
74+
after_success: skip

0 commit comments

Comments
 (0)