diff options
author | Simon Glass <sjg@chromium.org> | 2022-08-07 07:24:52 -0600 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-08-13 11:09:49 +0200 |
commit | 9f0a2e77a055d4612cd6783c27e3c7a3b3de0739 (patch) | |
tree | 01eec5399af4bcd60c597dd3326a7ba8ff46b836 /doc | |
parent | 3b706f3d872a8e41b9470f2a42d97bf83fecd506 (diff) | |
download | u-boot-9f0a2e77a055d4612cd6783c27e3c7a3b3de0739.tar.gz u-boot-9f0a2e77a055d4612cd6783c27e3c7a3b3de0739.tar.bz2 u-boot-9f0a2e77a055d4612cd6783c27e3c7a3b3de0739.zip |
doc: Drop a reference to Travis
This was widely used by U-Boot for a long time, but is not used anymore,
with Gitlab and Azure taking over.
Drop the text.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/develop/codingstyle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index a6bc37bbb4..1d5d0192b3 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -248,5 +248,5 @@ will be much faster (10-100x or more) if they can directly call run_command() and ut_check_console_line() instead of using Python to send commands over a pipe to U-Boot. -Tests run all supported CI systems (gitlab, travis, azure) using scripts in the -root of the U-Boot tree. +Tests run all supported CI systems (GitLab, Azure) using scripts in the root of +the U-Boot tree. |