From ec26dfb0383b45d2046365731a1d890eae068dd1 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 31 Aug 2021 11:33:42 +0200 Subject: 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 Signed-off-by: Alexey Kardashevskiy --- .travis.yml | 4 ++-- 1 file 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 -- cgit v1.2.1