From 275d6ee050c109a259dbf8c3c135497e66a7bd2e Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 13 May 2019 19:35:21 +0200 Subject: [PATCH] [ticket/16058] Travis CI: "sudo: required" not longer is [Travis are now recommending removing the __sudo__ tag]( https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo:__ in your __.travis.yml__, we recommend removing that configuration_" PHPBB3-16058 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb574a4d8d..327633d01c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: php -sudo: required matrix: include: