Skip to content
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

Closed
cclauss opened this issue Apr 18, 2019 · 3 comments
Closed

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

cclauss opened this issue Apr 18, 2019 · 3 comments

Comments

@cclauss
Copy link

cclauss commented Apr 18, 2019

Travis are now recommending removing the sudo tag.

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

@castrapel
Copy link
Contributor

Thanks @cclauss , we use sudo: required in our https://github.com/Netflix/lemur/blob/master/.travis.yml . I believe we're good as we are. Please let us know if you notice any problems.

@cclauss
Copy link
Author

cclauss commented Apr 24, 2019

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.

hosseinsh added a commit to hosseinsh/lemur that referenced this issue Apr 25, 2019
@hosseinsh
Copy link
Contributor

Thanks @cclauss for the follow-up.
removed sudo in #2764

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants