-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.travis.yml: The 'sudo' tag is now deprecated in Travis CI #2758
Comments
Thanks @cclauss , we use |
sudo is now a no-op in Travis CI because sudo is always on. This means that removing the sudo line will not change your tests. |
hosssha
added a commit
to hosssha/lemur
that referenced
this issue
Apr 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis are now recommending removing the sudo tag.
"If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration"
The text was updated successfully, but these errors were encountered: