chore: remove references to deprecated content
What changed, and why it matters
This commit simply updates documentation and a code comment to remove outdated references to Travis CI and replace them with current CI references. It does not change any executable code, cryptographic logic, or security behavior.
No security action required. This is a routine documentation/maintenance cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies four files: ci/test.yml (binary/unavailable diff), common/tools/support.py (comment change from ‘Travis’ to ‘CI’), crypto/README.md (removes Travis CI build badge), and docs/misc/contributing.md (updates CI link from travis-ci.org to GitHub Actions). No functional code changes are present in the visible diff.
Changed components
common/tools/support.pycrypto/README.mddocs/misc/contributing.mdci/test.ymlInspect captured patch +3 / −3
### ci/test.yml
[binary or diff unavailable]
### common/tools/support.py
@@ -187,7 +187,7 @@ def check(ignore_missing):
If `--ignore-missing` is specified, the check will display coins with missing
support info, but will not fail when missing coins are found. This is
- useful in Travis.
+ useful in CI.
"""
all_coins = coin_info.coin_info()
coins_dict = all_coins.as_dict()
### crypto/README.md
@@ -1,6 +1,6 @@
# trezor-crypto
-[](https://travis-ci.org/trezor/trezor-crypto) [](https://gitter.im/trezor/community)
+[](https://gitter.im/trezor/community)
Heavily optimized cryptography algorithms for embedded devices.
### docs/misc/contributing.md
@@ -6,7 +6,7 @@ Please read the general instructions you can find on our
Your Pull Request should follow these criteria:
- The code is properly tested.
-- Tests must pass on [CI](https://travis-ci.org/trezor/trezor-firmware).
+- Tests must pass on [CI](https://github.com/trezor/trezor-firmware/actions).
- The code is properly formatted. Use `make style_check` to check the format
and `make style` to do the required changes.
- The generated files are up-to-date. Use `make gen` in repository root to makeWhy this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.