From e365bef4a4d00f2eb3298df5a43ad9656e9aa31a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 19 Feb 2020 11:50:26 +0100 Subject: [PATCH] travis: Remove deprecated `sudo` option, set default OS Also replaces `matrix` with the current official name `jobs`. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5cde8a59..c4df15257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c -sudo: required +os: linux dist: bionic # don't build tags separately @@ -35,7 +35,7 @@ env: - LEAK_DETECTIVE=no - MONOLITHIC=no -matrix: +jobs: include: - env: TEST=sonarcloud if: type = push AND env(SONAR_TOKEN) IS present