Skip to content

Commit ce0827d

Browse files
authored
ci: Run source clear before linting and tests. (#292)
1 parent a601426 commit ce0827d

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
@@ -15,12 +15,12 @@ after_success:
1515

1616
# Linting and Integration tests need to run first to reset the PR build status to pending.
1717
stages:
18+
- 'Source Clear'
1819
- 'Lint markdown files'
1920
- 'Linting'
2021
- 'Integration tests'
2122
- 'Full stack production tests'
2223
- 'Test'
23-
- 'Source Clear'
2424

2525
jobs:
2626
include:

0 commit comments

Comments
 (0)