From b4ac121a466f4534305473bb4477bad16d97dd40 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Thu, 23 May 2019 13:19:44 +0200 Subject: [PATCH] README: add note on CI --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index edf3895b0..ae20f6ca6 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,7 @@ S1 Blocker | Outage, broken feature with no workaround S2 Critical | Broken feature, workaround too complex & unacceptable S3 Major | Broken feature, workaround acceptable S4 Low | Functionality inconvenience or cosmetic issue + +### CI + +The complete test suite is running on our internal GitLab CI. 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.