summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-08-31 11:33:42 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2021-10-01 14:09:29 +1000
commitec26dfb0383b45d2046365731a1d890eae068dd1 (patch)
tree00050d5b6fd290f27286f6182d071af5d386f540
parentbb9536fc0db5a5bd4e425a6b1170d44a730361a2 (diff)
downloadqemu-SLOF-ec26dfb0383b45d2046365731a1d890eae068dd1.tar.gz
travis.yml: Fix keywords
All the documentation on travis-ci.com talks about "jobs:" instead of "matrix:" these days, so let's also use this keywords now. Also fix a typo in "inlcude" - it's weird that Travis did not complain about this, but it's certainly better to have this fixed. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index df4998b..5d0ac2d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ addons:
script:
- ./lib/libtpm/test.sh
-matrix:
- inlcude:
+jobs:
+ include:
- os: linux
arch: ppc64le