-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upcoming changes in Linux build infrastructure on Travis CI #72
Comments
Not much to do here, right? |
Just make sure that we can follow this transition smoothly and update our .travis.yml everywhere (hence the "tracking" label). |
Despite being close to the final term (mid-November), the information is too scarce for now, so I'd wait for the next blog post they promised. Docs are still to be updated, but there is a short note at https://docs.travis-ci.com/user/reference/overview/#for-a-particular-travisyml-configuration:
|
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
|
Looks like
Edit: bad wording, should have said that |
We moved on to container-based (
sudo: false
) builds on Travis as a result of #48. The other alternative is virtualized builds (sudo: required
). There is an ongoing transition process to migrate projects from the former to the latter. Soon, allsudo: false
configs will be disregarded and treated assudo: required
.https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
The text was updated successfully, but these errors were encountered: