From 077650ff0d036f5b08323c9f24fbd4787c83e1e8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 1 Jul 2020 09:33:27 +0200 Subject: [PATCH] docs: remove drone.io, add lgtm.com Signed-off-by: Karel Zak --- Documentation/howto-tests.txt | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt index b8a6200732..e14bffa61d 100644 --- a/Documentation/howto-tests.txt +++ b/Documentation/howto-tests.txt @@ -125,22 +125,6 @@ Travis CI - automatically executed for all github commits. We require "sudo" to install additional stuff and to run the tests with UID=0, it means that tests are executed on travis "legacy infrastructure". +lgtm CI - automatically executed security code analysis -Drone.io - automatically executed for all github commits. - - URL: https://drone.io/github.com/karelzak/util-linux - - The drone.io does not use any in-tree config file (like travis-ci), the - currently used configuration (maintained by Drone.io web UI): - - MAKE_CHECK="root" - MAKE_CHECK_OPTS="--skip-loopdevs --exclude=mount/move" - source ./.travis-functions.sh - travis_install_script || exit - travis_before_script || exit - ret=0 - travis_script || ret=$? - travis_after_script - exit $ret - - yes, it shares the setup functions with travis-ci. + URL: https://lgtm.com/projects/g/karelzak/util-linux/ -- 2.47.3