.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
1 changed files with 1 additions and 1 deletions

View File

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