Skip to content

Commit dfb77fd

Browse files
michaelKaeferjaviereguiluz
authored andcommitted
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
1 parent ceff0fe commit dfb77fd

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)