We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e7df7 commit 296e413Copy full SHA for 296e413
.travis.yml
@@ -6,13 +6,13 @@ env:
6
7
# Integration tests need to run first to reset the PR build status to pending
8
stages:
9
+ - name: 'Source Clear'
10
- name: 'Lint markdown files'
11
- name: 'Integration tests'
12
- name: 'Production tests'
13
- name: 'Unit Tests'
14
- name: 'NetStandard16'
15
- name: 'NetStandard20'
- - name: 'Source Clear'
16
17
jobs:
18
include:
@@ -100,6 +100,11 @@ jobs:
100
101
- stage: 'Source Clear'
102
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
108
addons:
109
srcclr: true
110
before_install: skip
0 commit comments