We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc866e commit ba38708Copy full SHA for ba38708
1 file changed
.travis/travis.sh
@@ -239,8 +239,11 @@ case $ACTION in
239
install_igbinary
240
241
# Install msgpack extension
242
- # install_msgpack
243
- pecl install msgpack
+ if [[ "$TRAVIS_PHP_VERSION" < "7.0" ]]; then
+ pecl install msgpack-0.5.7
244
+ else
245
+ pecl install msgpack-2.0.1
246
+ fi
247
248
install_memcached
249
run_memcached
0 commit comments