TravisCI: remove deprecated key "sudo" and replace alias "matrix" for "jobs"

This commit is contained in:
Roelf-Jilling 2020-03-26 17:04:01 +01:00
parent 610c40333d
commit 511faf07d4

View File

@ -1,7 +1,6 @@
# Based on https://github.com/ldionne/hana/blob/master/.travis.yml # Based on https://github.com/ldionne/hana/blob/master/.travis.yml
language: cpp language: cpp
sudo: false
notifications: notifications:
email: false email: false
@ -18,7 +17,7 @@ stages:
- name: Validation # run other jobs - name: Validation # run other jobs
- name: Legacy # build with all other supported compilers - name: Legacy # build with all other supported compilers
matrix: jobs:
include: include:
########################################################################## ##########################################################################