From f8f87a80850e39378eccdcbca54788cb47aec7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 13 Aug 2020 16:58:18 +0200 Subject: [PATCH] travis: resolve Linter tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit root: duplicate key: matrix root: deprecated key sudo (The key `sudo` has no effect anymore.) root: missing os, using the default linux root: key matrix is an alias for jobs, using jobs Signed-off-by: Christian Göttsche --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 660cd7299..a06257305 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ language: python python: 3.5 -matrix: - fast_finish: true - env: - TYPE=standard DISTRO=redhat MONOLITHIC=y SYSTEMD=y WERROR=y - TYPE=standard DISTRO=redhat MONOLITHIC=n SYSTEMD=y WERROR=y @@ -35,12 +32,13 @@ env: - TYPE=mls DISTRO=debian MONOLITHIC=y SYSTEMD=y WERROR=y APPS_OFF=unconfined - TYPE=mls DISTRO=gentoo MONOLITHIC=y SYSTEMD=n WERROR=y APPS_OFF=unconfined -matrix: +jobs: + fast_finish: true include: - python: 3.7 env: LINT=true TYPE=standard -sudo: false +os: linux dist: bionic cache: