Skip to content

Commit

Permalink
Show php extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Apr 11, 2019
1 parent 9303cb1 commit d0224f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -19,7 +19,7 @@ env:
- MIN_PHP=7.1.3
- SYMFONY_PROCESS_PHP_TEST_BINARY=~/.phpenv/shims/php
- MESSENGER_AMQP_DSN=amqp://localhost/%2f/messages
- MESSENGER_REDIS_DSN=redis://localhost/messages
- MESSENGER_REDIS_DSN=redis://127.0.0.1:7000/messages

matrix:
include:
Expand Down Expand Up @@ -165,8 +165,11 @@ before_install:
tfold ext.igbinary tpecl igbinary-2.0.8 igbinary.so $INI
tfold ext.zookeeper tpecl zookeeper-0.7.1 zookeeper.so $INI
tfold ext.amqp tpecl amqp-1.9.4 amqp.so $INI
tfold ext.redis tpecl redis-4.2.0 redis.so $INI "no"
tfold ext.redis tpecl redis-4.3.0 redis.so $INI "no"
done
- |
# List all php extensions with versions
- php -r 'foreach (get_loaded_extensions() as $extension) echo $extension . " " . phpversion($extension) . PHP_EOL;'

- |
# Load fixtures
Expand Down

0 comments on commit d0224f3

Please sign in to comment.