Skip to content

Commit ba65058

Browse files
authored
ci: add source clear as a separate stage (#288)
1 parent adb83b2 commit ba65058

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Diff for: .travis.yml

+11-4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ stages:
1919
- 'Linting'
2020
- 'Integration tests'
2121
- 'Test'
22+
- 'Source Clear'
2223

2324
jobs:
2425
include:
@@ -63,12 +64,18 @@ jobs:
6364
- $HOME/travisci-tools/trigger-script-with-status-update.sh
6465
after_success: travis_terminate 0
6566
- stage: 'Test'
66-
addons:
67-
srcclr: true
6867
dist: xenial
6968
python: "3.7"
7069
- stage: 'Test'
71-
addons:
72-
srcclr: true
7370
dist: xenial
7471
python: "3.8"
72+
73+
- stage: 'Source Clear'
74+
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

Comments
 (0)