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.
pull/546/head
Christian Clauss 7 years ago committed by GitHub
parent 8b7093e8d0
commit 77baba2c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save