.travis.yml: The 'sudo' tag is now deprecated in Travis CI
cclauss opened this issue · 2 comments
cclauss commented
Travis are now recommending removing the sudo tag.
"If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration"
feliciss commented
Closing as the repo setting is sudo: required
.
Feel free to reopen it.
cclauss commented
sudo is completely deprecated in Travis CI as discuss in the URL above. The ability to use the sudo command is always on and there is no way to turn it off.