We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb83b2 commit ba65058Copy full SHA for ba65058
.travis.yml
@@ -19,6 +19,7 @@ stages:
19
- 'Linting'
20
- 'Integration tests'
21
- 'Test'
22
+ - 'Source Clear'
23
24
jobs:
25
include:
@@ -63,12 +64,18 @@ jobs:
63
64
- $HOME/travisci-tools/trigger-script-with-status-update.sh
65
after_success: travis_terminate 0
66
- stage: 'Test'
- addons:
67
- srcclr: true
68
dist: xenial
69
python: "3.7"
70
71
72
73
74
python: "3.8"
+
+ - stage: 'Source Clear'
+ if: type = cron
75
+ addons:
76
+ srcclr: true
77
+ before_install: skip
78
+ install: skip
79
+ before_script: skip
80
+ script: skip
81
+ after_success: skip
0 commit comments