From f91263a09ad2b7c3c223b2badec173fd4f578b26 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Wed, 9 Jan 2019 09:41:55 -0500 Subject: [PATCH 1/2] Contributing guidelines: Remove Travis CI --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b33e15e96d4..02e05ba76a2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -190,7 +190,7 @@ Additional references: * Make sure you follow the [Common Engineering Practices](#common-engineering-practices) and [testing guidelines](../docs/testing-guidelines/testing-guidelines.md). * After submitting your pull request, - our [CI system (Travis CI and AppVeyor)][ci-system] + our [CI system (Azure DevOps and AppVeyor)][ci-system] will run a suite of tests and automatically update the status of the pull request. * Our CI contains automated spellchecking. If there is any false-positive, [run the spellchecker command line tool in interactive mode](#spellchecking-documentation) From de6dd84c8567dac222d6a97997deac759421f1e7 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Wed, 9 Jan 2019 12:39:42 -0500 Subject: [PATCH 2/2] No more AppVeyor --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 02e05ba76a2..1f8f0db427a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -190,7 +190,7 @@ Additional references: * Make sure you follow the [Common Engineering Practices](#common-engineering-practices) and [testing guidelines](../docs/testing-guidelines/testing-guidelines.md). * After submitting your pull request, - our [CI system (Azure DevOps and AppVeyor)][ci-system] + our [CI system (Azure DevOps Pipelines)][ci-system] will run a suite of tests and automatically update the status of the pull request. * Our CI contains automated spellchecking. If there is any false-positive, [run the spellchecker command line tool in interactive mode](#spellchecking-documentation)