From 511faf07d41d772ce36eca2ec0818865dc97290e Mon Sep 17 00:00:00 2001 From: Roelf-Jilling Date: Thu, 26 Mar 2020 17:04:01 +0100 Subject: [PATCH] TravisCI: remove deprecated key "sudo" and replace alias "matrix" for "jobs" --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0a2d87..95bbd9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ # Based on https://github.com/ldionne/hana/blob/master/.travis.yml language: cpp -sudo: false notifications: email: false @@ -18,7 +17,7 @@ stages: - name: Validation # run other jobs - name: Legacy # build with all other supported compilers -matrix: +jobs: include: ##########################################################################