Skip to content

Commit 06d1b0a

Browse files
committed
minor #13675 Remove unnecessary historic configuration: 'sudo: false' (michaelKaefer)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- Remove unnecessary historic configuration: 'sudo: false' I hope I did enough Googling. I really tried to find a reason to keep `sudo :false` in 2020 but it seems that it has no effect anymore. I even tried to `sudo echo foo` during Travis' `install` phase and that works with and without `sudo: false`. Docs: https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments Blog post stating "If you currently specify sudo: false in your .travis.yml, we recommend removing that configuration soon": https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- dfb77fd Remove unnecessary historic configuration: 'sudo: false'
2 parents ceff0fe + dfb77fd commit 06d1b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ of Symfony and the latest beta release:
181181
.. code-block:: yaml
182182
183183
language: php
184-
sudo: false
184+
185185
cache:
186186
directories:
187187
- $HOME/.composer/cache/files

0 commit comments

Comments
 (0)