Skip to content

Commit f94e079

Browse files
author
Michael Ng
authored
chore: Add source clear stage. (#345)
1 parent 90438a0 commit f94e079

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.travis.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ stages:
66
- name: 'Lint markdown files'
77
- name: 'Trigger Integration Tests'
88
if: env(RUN_COMPAT_SUITE) = true
9-
- name: 'SourceClear and Lint'
9+
- name: 'Lint'
10+
- name: 'Source Clear'
1011
- name: 'Unit Tests'
1112
- name: 'Prepare for release'
1213
if: env(PREP) = true and type = api
@@ -38,7 +39,7 @@ jobs:
3839
script:
3940
- $HOME/travisci-tools/trigger-script-with-status-update.sh
4041

41-
- stage: 'SourceClear and Lint'
42+
- stage: 'Lint'
4243
language: swift
4344
os: osx
4445
osx_image: xcode11.3
@@ -49,6 +50,16 @@ jobs:
4950
after_script:
5051
- curl -sSL https://download.sourceclear.com/ci.sh | bash
5152

53+
- stage: 'Source Clear'
54+
if: type = cron
55+
addons:
56+
srcclr: true
57+
before_install: skip
58+
install: skip
59+
before_script: skip
60+
script: skip
61+
after_success: skip
62+
5263
- &unittests
5364
stage: 'Unit Tests'
5465
language: swift

0 commit comments

Comments
 (0)