From b799f3bb7e6fd2bb10223ad9d281771dfd12e813 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 25 Oct 2019 13:32:56 +0000 Subject: [PATCH] readme: add link to GitLab CI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b0e48021..e7fbc14c1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Repository Structure -* **[`ci`](ci/)**: Gitlab CI configuration files +* **[`ci`](ci/)**: [Gitlab CI](https://gitlab.com/satoshilabs/trezor/trezor-firmware) configuration files * **[`common/defs`](common/defs/)**: JSON coin definitions and support tables * **[`common/protob`](common/protob/)**: Common protobuf definitions for the Trezor protocol * **[`common/tools`](common/tools/)**: Tools for managing coin definitions and related data @@ -54,4 +54,4 @@ 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. +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.