As Travis CI is no longer used, this PR:
- drops
travis_foldfeature - drops mentions of Travis CI in docs
As Travis CI is no longer used, this PR:
travis_fold feature306 | @@ -307,9 +307,9 @@ bitcoin.org (see below for bitcoin.org update instructions). 307 | - First, check to see if the Bitcoin.org maintainers have prepared a 308 | release: https://github.com/bitcoin-dot-org/bitcoin.org/labels/Core 309 | 310 | - - If they have, it will have previously failed their Travis CI 311 | + - If they have, it will have previously failed their Cirrus CI
bitcoin(core).org is still using Travis
- If they have, it will have previously failed their CI
22 | @@ -23,7 +23,7 @@ don't have test cases for. 23 | - The oldest supported Python version is specified in [doc/dependencies.md](/doc/dependencies.md). 24 | Consider using [pyenv](https://github.com/pyenv/pyenv), which checks [.python-version](/.python-version), 25 | to prevent accidentally introducing modern syntax from an unsupported Python version. 26 | - The Travis linter also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126). 27 | + The Cirrus CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126).
no need to be overly specific
The CI linter job also checks this, but [possibly not in all cases](https://github.com/bitcoin/bitcoin/pull/14884#discussion_r239585126).
Might be better to just say CI, which can't be wrong
542 | @@ -543,7 +543,7 @@ General Bitcoin Core 543 | - *Rationale*: RPC allows for better automatic testing. The test suite for 544 | the GUI is very limited. 545 | 546 | -- Make sure pull requests pass Travis CI before merging. 547 | +- Make sure pull requests pass Cirrus CI before merging.
- Make sure pull requests pass CI before merging.
Concept ACK. I think you can just say CI instead of Cirrus CI everywhere you change here for less churn and maintenance. People see the CI sources in the PRs anyway. Maybe in one or two of the more official places you could optionally write CI (Continuous Integration) instead of just CI.
Updated 4f286f8762e49d2a31653dbfdba80fb300b06ba4 -> 95487b055328b590ba83f258de9637ab0f9a2f17 (pr20691.01 -> pr20691.02, diff):
ACK 95487b055328b590ba83f258de9637ab0f9a2f17
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.