Skip to content

Commit 9b68575

Browse files
authored
Update .travis.yml (#353)
1 parent 73ca46a commit 9b68575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ os: linux
33

44
# Integration tests need to run first to reset the PR build status to pending
55
stages:
6+
- name: 'Source Clear'
67
- name: 'Lint markdown files'
78
- name: 'Trigger Integration Tests'
89
if: env(RUN_COMPAT_SUITE) = true
910
- name: 'Lint'
10-
- name: 'Source Clear'
1111
- name: 'Unit Tests'
1212
- name: 'Prepare for release'
1313
if: env(PREP) = true and type = api

0 commit comments

Comments
 (0)