From cd364023ae2e8cc824692289bc6c169e6c67594c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 7 Mar 2020 09:31:46 +0100 Subject: [PATCH] .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.) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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