summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2015-08-27 23:07:15 +0200
committerKarel Zak2015-08-27 23:07:15 +0200
commit268a62bf389a0fd5ba1b0649f6e8afab9e97bc81 (patch)
tree72c02bbe3eb76e09f6500af6ba76283d6d35e4e3
parentdocs: add notest about drone.io and travis-ci (diff)
downloadkernel-qcow2-util-linux-268a62bf389a0fd5ba1b0649f6e8afab9e97bc81.tar.gz
kernel-qcow2-util-linux-268a62bf389a0fd5ba1b0649f6e8afab9e97bc81.tar.xz
kernel-qcow2-util-linux-268a62bf389a0fd5ba1b0649f6e8afab9e97bc81.zip
docs: fix typo
Reported-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--Documentation/howto-tests.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/howto-tests.txt b/Documentation/howto-tests.txt
index 99046e1ae..6799c92a4 100644
--- a/Documentation/howto-tests.txt
+++ b/Documentation/howto-tests.txt
@@ -117,12 +117,12 @@ Travis CI - automatically executed for all github commits.
UID=0, it means that tests are executed on travis "legacy infrastructure".
-Drone.oi - automatically executed for all github commits.
+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.oi web UI):
+ currently used configuration (maintained by Drone.io web UI):
MAKE_CHECK="root"
MAKE_CHECK_OPTS="--skip-loopdevs --exclude=mount/move"