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>
This commit is contained in:
Thomas Huth 2021-08-31 11:33:42 +02:00 committed by Alexey Kardashevskiy
parent bb9536fc0d
commit ec26dfb038
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ addons:
script:
- ./lib/libtpm/test.sh
matrix:
inlcude:
jobs:
include:
- os: linux
arch: ppc64le