Skip to content

Commit bd3b649

Browse files
committed
Merge branch '5.0'
* 5.0: Remove unnecessary historic configuration: 'sudo: false'
2 parents 791666e + 40c078a commit bd3b649

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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

setup/bundles.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ following recommended configuration as the starting point of your own configurat
133133
.. code-block:: yaml
134134
135135
language: php
136-
sudo: false
137136
php:
138137
- 5.3
139138
- 5.6

0 commit comments

Comments
 (0)