[SLOF] [PATCH 1/3] travis.yml: Fix keywords

Thomas Huth thuth at redhat.com
Tue Aug 31 19:33:42 AEST 2021


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 at redhat.com>
---
 .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
-- 
2.27.0



More information about the SLOF mailing list