Skip to content

Commit 3918f23

Browse files
committed
Minor Travis cosmetic patch
1 parent 302243d commit 3918f23

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)