如何在 PECL 上设置或跳过包配置?

How to set or skip a package configuration on PECL?

我在 Travis 运行 pecl install redis,但它挂在:

enable igbinary serializer support? [no] : 

如何设置或跳过此配置?

尝试yes | pecl install redisyes no | pecl install redis

yes是GNU coreutils包的一个程序:

$ yes --help
Usage: yes [STRING]...
  or:  yes OPTION
Repeatedly output a line with all specified STRING(s), or 'y'.