Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • K kvm-unit-tests-ae
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • kvm-unit-tests-ae
  • Repository
Switch branch/tag
  • kvm-unit-tests-ae
  • .travis.yml
Find file BlameHistoryPermalink
  • Roman Bolshakov's avatar
    travis.yml: Change matrix keyword to jobs · 2a32d7b1
    Roman Bolshakov authored Sep 01, 2020
    
    
    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>
    2a32d7b1