.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:
parent
8d34a1cfc6
commit
cd364023ae
|
@ -1,6 +1,6 @@
|
|||
language: cpp
|
||||
|
||||
matrix:
|
||||
jobs:
|
||||
include:
|
||||
# Ubuntu Bionic (18.04) with GCC 7
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in New Issue