From 0acc860766a89bbf4b17fffe2ec2c923665fe2a6 Mon Sep 17 00:00:00 2001 From: Frank Petrilli Date: Fri, 7 Jan 2022 10:13:22 -0800 Subject: [PATCH] Change README link from Travis to Azure Pipelines It appears Travis (now at https://app.travis-ci.com/github/betaflight/betaflight/branches btw) hasn't been updated for months, and Azure Pipelines is what runs builds for pull requests, etc. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dbbfdab9..81c41ae10 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ If you want to contribute financially on an ongoing basis, you should consider b Contribution of bugfixes and new features is encouraged. Please be aware that we have a thorough review process for pull requests, and be prepared to explain what you want to achieve with your pull request. Before starting to write code, please read our [development guidelines](docs/development/Development.md ) and [coding style definition](docs/development/CodingStyle.md). -TravisCI is used to run automatic builds +Azure Pipelines are used to run automatic builds -https://travis-ci.com/betaflight/betaflight +https://dev.azure.com/Betaflight/Betaflight%20Nightlies/_build ## Translators