Skip to content

Commit 1e9aad0

Browse files
committed
minor symfony#35432 [4.3] Minor Travis configuration cosmetic patch (romainneutron)
This PR was merged into the 4.3 branch. Discussion ---------- [4.3] Minor Travis configuration cosmetic patch | Q | A | ------------- | --- | Branch? | 4.3 (Does not appear in previous versions) | Bug fix? | no | New feature? | no | Deprecations? | no The Travis configuration is organized in steps: each step begins with a comment followed by the commands to run. The ` # List all PHP extensions with versions` is empty, its content has been put in the next section, without comment title. This patch fixes this minor issue Commits ------- 3918f23 Minor Travis cosmetic patch
2 parents f2cf444 + 3918f23 commit 1e9aad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ before_install:
179179
done
180180
- |
181181
# List all php extensions with versions
182-
- php -r 'foreach (get_loaded_extensions() as $extension) echo $extension . " " . phpversion($extension) . PHP_EOL;'
182+
php -r 'foreach (get_loaded_extensions() as $extension) echo $extension . " " . phpversion($extension) . PHP_EOL;'
183183
184184
- |
185185
# Load fixtures

0 commit comments

Comments
 (0)