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

Remove sudo setting from travis.yml #462

Merged
merged 1 commit into from
Mar 16, 2019

Conversation

sekky0905
Copy link
Contributor

@sekky0905 sekky0905 commented Mar 16, 2019

What I did

Remove sudo: false setting from travis.yml .

Context

According to the following posts, Travis-CI had two Linux infrastructures which are containers and virtual machines, but recently Travis-CI was combined two Linux infrastructures into a virtual machine-based Linux infrastructure.

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures

Now Container-based environment is duplicated.

Build Environment Overview - Travis CI

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

quoted by
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

@elithrar
Copy link
Contributor

elithrar commented Mar 16, 2019 via email

@elithrar elithrar merged commit c5c6c98 into gorilla:master Mar 16, 2019
@sekky0905 sekky0905 deleted the remove-travis-sudo-setting branch March 16, 2019 18:20
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

Successfully merging this pull request may close these issues.

2 participants