Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97af470

Browse filesBrowse files
Show php extension version
1 parent 9303cb1 commit 97af470
Copy full SHA for 97af470

File tree

1 file changed

+5
-2
lines changed
Filter options

1 file changed

+5
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
- MIN_PHP=7.1.3
2020
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
2121
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
22-
- MESSENGER_REDIS_DSN=redis://localhost/messages
22+
- MESSENGER_REDIS_DSN=redis://127.0.0.1:7001/messages
2323

2424
matrix:
2525
include:
@@ -165,8 +165,11 @@ before_install:
165165
tfold ext.igbinary tpecl igbinary-2.0.8 igbinary.so $INI
166166
tfold ext.zookeeper tpecl zookeeper-0.7.1 zookeeper.so $INI
167167
tfold ext.amqp tpecl amqp-1.9.4 amqp.so $INI
168-
tfold ext.redis tpecl redis-4.2.0 redis.so $INI "no"
168+
tfold ext.redis tpecl redis-4.3.0 redis.so $INI "no"
169169
done
170+
- |
171+
# List all php extensions with versions
172+
- php -r 'foreach (get_loaded_extensions() as $extension) echo $extension . " " . phpversion($extension) . PHP_EOL;'
170173

171174
- |
172175
# Load fixtures

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.