From 234ec7b1e0c382657abf1b61e8bdeb6ce50bf302 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 30 Jun 2020 13:03:01 +0200 Subject: [PATCH] ci: remove "sudo" from travis configuration Address the following warning Travis reports: root: deprecated key sudo (The key `sudo` has no effect anymore.) Signed-off-by: Niels de Vos --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb6f4b92f..4fdcc0ceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ --- # need for docker build -sudo: true dist: bionic addons: