diff options
author | Max Kellermann <max@musicpd.org> | 2020-03-07 09:31:46 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-03-07 09:31:46 +0100 |
commit | cd364023ae2e8cc824692289bc6c169e6c67594c (patch) | |
tree | a282b6af5c2c750c340550338408323e5ab7d86a /.travis.yml | |
parent | 8d34a1cfc6e5e6e1a5f958160edc78c141854b18 (diff) |
.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.)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f780cb785..38b72d547 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp -matrix: +jobs: include: # Ubuntu Bionic (18.04) with GCC 7 - os: linux |