10000 minor #35432 [4.3] Minor Travis configuration cosmetic patch (romainn… · symfony/symfony@1e9aad0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e9aad0

Browse files
committed
minor #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

Lines changed: 1 addition & 1 deletion
< 5883 td data-grid-cell-id="diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485-182-181-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionNum-bgColor, var(--diffBlob-deletion-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
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)
0