Travis CI: Remove sudo: required
#12092
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a test to switch from Container-Based Builds to Virtual-Machine-Based
Via: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
Over the next few weeks, we encourage everyone to remove any
sudo: falseconfigurations from your.travis.yml. Soon we will run all projects on the virtual-machine-based infrastructure, thesudokeyword will be fully deprecated.The timeline for this migration will be as follows:
sudo: falseon recent builds to remind you to migrate.Description
With Travis CI plans to remove the
sudokeyword from configurations we should seek to ensure builds will continue to build as expected using the new virtual machine infrastructureHow has this been tested?
This PR tests the Travis CI change
See also WordPress/wordpress-develop#30
Screenshots
Types of changes
Checklist: