Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ env:

# Integration tests need to run first to reset the PR build status to pending
stages:
- name: 'Source Clear'
- name: 'Lint markdown files'
- name: 'Integration tests'
- name: 'Production tests'
- name: 'Unit Tests'
- name: 'NetStandard16'
- name: 'NetStandard20'
- name: 'Source Clear'

jobs:
include:
Expand Down Expand Up @@ -100,6 +100,11 @@ jobs:

- stage: 'Source Clear'
if: type = cron
language: csharp
# dotnet only works on trusty https://github.com/travis-ci/travis-ci/issues/5189
dist: trusty
mono: none
dotnet: 2.1.502
addons:
srcclr: true
before_install: skip
Expand Down