Skip to content

Commit 296e413

Browse files
fix: srcclr should be first in a job (#238)
1 parent 11e7df7 commit 296e413

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ env:
66

77
# Integration tests need to run first to reset the PR build status to pending
88
stages:
9+
- name: 'Source Clear'
910
- name: 'Lint markdown files'
1011
- name: 'Integration tests'
1112
- name: 'Production tests'
1213
- name: 'Unit Tests'
1314
- name: 'NetStandard16'
1415
- name: 'NetStandard20'
15-
- name: 'Source Clear'
1616

1717
jobs:
1818
include:
@@ -100,6 +100,11 @@ jobs:
100100

101101
- stage: 'Source Clear'
102102
if: type = cron
103+
language: csharp
104+
# dotnet only works on trusty https://github.com/travis-ci/travis-ci/issues/5189
105+
dist: trusty
106+
mono: none
107+
dotnet: 2.1.502
103108
addons:
104109
srcclr: true
105110
before_install: skip

0 commit comments

Comments
 (0)