Skip to content
Snippets Groups Projects
Commit 2a32d7b1 authored by Roman Bolshakov's avatar Roman Bolshakov Committed by Paolo Bonzini
Browse files

travis.yml: Change matrix keyword to jobs


jobs keyword is used throughout Travis documentation and matrix is an
alias for it (according to Travis config validation):

  root: key matrix is an alias for jobs, using jobs

At first glance it's not clear if they're the same and if jobs
documentation applies to matrix. Changing keyword name should make it
obvious.

While at it, fix the Travis config warning:

  root: deprecated key sudo (The key `sudo` has no effect anymore.)

Signed-off-by: default avatarRoman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <20200901085056.33391-10-r.bolshakov@yadro.com>
Tested-by: default avatarThomas Huth <thuth@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 1ce996f7
No related branches found
No related tags found
No related merge requests found
sudo: true
dist: bionic
language: c
cache: ccache
git:
submodules: false
matrix:
jobs:
include:
- addons:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment