Skip to content

Commit 8822ebc

Browse files
authored
Defaulting memcache install
1 parent 70e8ed4 commit 8822ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ matrix:
5656
- env: STABILITY="dev"
5757

5858
before_install:
59-
- pecl install memcache
59+
- yes '' | pecl install memcache
6060
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
6161
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
6262
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;

0 commit comments

Comments
 (0)