]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: remove drone.io, add lgtm.com
authorKarel Zak <kzak@redhat.com>
Wed, 1 Jul 2020 07:33:27 +0000 (09:33 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Jul 2020 07:33:27 +0000 (09:33 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-tests.txt

index b8a6200732660e30277ce740046b36bc3ea5b671..e14bffa61df586a62392b1e50dda20c698cc9afe 100644 (file)
@@ -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/