Skip to content

Commit

Permalink
ci: add source clear as a separate stage
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Jul 13, 2020
1 parent adb83b2 commit feef278
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ stages:
- 'Linting'
- 'Integration tests'
- 'Test'
- 'Source Clear'

jobs:
include:
Expand Down Expand Up @@ -63,12 +64,18 @@ jobs:
- $HOME/travisci-tools/trigger-script-with-status-update.sh
after_success: travis_terminate 0
- stage: 'Test'
addons:
srcclr: true
dist: xenial
python: "3.7"
- stage: 'Test'
addons:
srcclr: true
dist: xenial
python: "3.8"

- stage: 'Source Clear'
if: type = cron
addons:
srcclr: true
before_install: skip
install: skip
before_script: skip
script: skip
after_success: skip

0 comments on commit feef278

Please sign in to comment.