Skip to content

fix: srcclr should be first in a job #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 29, 2020
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