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:
parent
4f8579afc0
commit
0acc860766
|
@ -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.
|
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).
|
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
|
## Translators
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue