From 7b2585e5fd3c862f0ddc70e40b6273fd95a967cc Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Thu, 14 May 2020 16:49:45 +0200 Subject: [PATCH] remove `sudo` from Travis configuration Travis currently reports some warnings regarding the `sudo` keys: > Build config validation > root: deprecated key sudo (The key `sudo` has no effect anymore.) > jobs.include: deprecated key sudo (The key `sudo` has no effect anymore.) Elevated access is the default now, see https://changelog.travis-ci.com/the-container-based-build-environment-is-fully-deprecated-84517. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 786d03d..6f4248a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: python -sudo: false matrix: include: @@ -7,7 +6,6 @@ matrix: - python: 3.6 - python: 3.7 dist: xenial - sudo: true install: