.travis.yml: rename "matrix" to "jobs"

Travis has changed the canonical name for this a while ago.

(Now really.  The last commit for this was empty.)
This commit is contained in:
Max Kellermann 2020-03-07 09:31:46 +01:00
parent 8d34a1cfc6
commit cd364023ae

View File

@ -1,6 +1,6 @@
language: cpp language: cpp
matrix: jobs:
include: include:
# Ubuntu Bionic (18.04) with GCC 7 # Ubuntu Bionic (18.04) with GCC 7
- os: linux - os: linux