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.
This commit is contained in:
Frank Petrilli 2022-01-07 10:13:22 -08:00 committed by GitHub
parent 4f8579afc0
commit 0acc860766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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