How to set or skip a package configuration on PECL in Redis

Is this possible in Travis?

thanks…

Hi @Spineswitch,

Try yes | pecl install redis or yes no | pecl install redis.

For clarification yes is a program of the GNU coreutils package:

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