diff --git a/docs/ci/index.md b/docs/ci/index.md index b6f34a115b..2468ac7b0a 100644 --- a/docs/ci/index.md +++ b/docs/ci/index.md @@ -1,6 +1,6 @@ # CI -The complete test suite is running on a public [GitLab CI](https://gitlab.com/satoshilabs/trezor/trezor-firmware). If you are an external contributor, we also have a [Travis instance](https://travis-ci.org/trezor/trezor-firmware) where a small subset of tests is running as well - mostly style and easy fast checks, which are quite common to fail for new contributors. +The complete test suite is running on a public [GitLab CI](https://gitlab.com/satoshilabs/trezor/trezor-firmware). We currently do not have a CI for external contributors. If needed we will repush your PR to enable the CI. See this [list](jobs.md) of CI jobs descriptions for more info. diff --git a/docs/ci/jobs.md b/docs/ci/jobs.md index 285081bba3..8cb290a9b4 100644 --- a/docs/ci/jobs.md +++ b/docs/ci/jobs.md @@ -49,10 +49,6 @@ emulator? This is most likely it.** Same as above but regular version (not only Bitcoin) without debug mode enabled. -### core unix frozen regular darwin - -Same as above for MacOS. - ### core unix regular build Non-frozen emulator build. This means you still need Python files present which get @@ -93,7 +89,3 @@ build? This is most likely it.** UI tests for Core. See artifacts for a comprehensive report of UI. See [tests/ui-tests](../tests/ui-tests.html#reports) for more info. - ---- - -TODO: document others if needed