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.
This commit is contained in:
Christian Clauss
2019-08-01 21:11:48 +02:00
committed by GitHub
parent 8b7093e8d0
commit 77baba2c5e

View File

@@ -1,5 +1,4 @@
# Test
sudo: required
language: c++
compiler: gcc
env: