From ffad80115a9699ec428b93afb9cec28172a4e95d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 20 Jul 2019 05:22:45 +0200 Subject: [PATCH] Travis CI: The sudo tag is now deprecated in Travis __sudo: required__ no longer is. The __sudo__ command is now always available in Travis CI and there is no way to turn it off. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b7f30396..02c957922 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ dist: xenial -sudo: yes addons: chrome: stable