]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.travis.yml: nit fixes according to the validator
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 29 Jun 2020 16:47:37 +0000 (18:47 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Wed, 15 Jul 2020 07:26:49 +0000 (09:26 +0200)
- root: deprecated key sudo (The key `sudo` has no effect anymore.)
- root: key matrix is an alias for jobs, using jobs

.travis.yml

index 2590592cb8e4ff80295276671c096322dcb91169..89c592f01b91398ff0bc7201a507b686990be0c3 100644 (file)
@@ -19,7 +19,7 @@ notifications:
     email:
         on_success: never
         on_failure: never
-matrix:
+jobs:
     fast_finish: true
 env:
     global:
@@ -40,4 +40,3 @@ script:
     - ${HOME}/.local/usr/sbin/kresd -h
     - ${HOME}/.local/usr/sbin/kresd -V
     - echo "quit()" | ${HOME}/.local/usr/sbin/kresd -a 127.0.0.1@53535 .
-sudo: false