From 77baba2c5e2bef3f56250643fced4dfe284e022a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 1 Aug 2019 21:11:48 +0200 Subject: [PATCH] Remove the deprecated sudo tag from .travis.yml As discussed in #545, [Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). Mention of the __sudo:__ tag has been removed from all Travis docs because the sudo command is now _always_ available 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 31c025abbf..a0945da962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ # Test -sudo: required language: c++ compiler: gcc env: