Commit dfb77fd
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-migration1 parent ceff0fe commit dfb77fd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments