IBM/IPFSfB

.travis.yml: The 'sudo' tag is now deprecated in Travis CI

cclauss opened this issue · 2 comments

Travis are now recommending removing the sudo tag.

"If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration"

Closing as the repo setting is sudo: required.
Feel free to reopen it.

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.