Skip to content

Commit b9c9c95

Browse files
authored
Update .travis.yml
1 parent 8822ebc commit b9c9c95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

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

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

0 commit comments

Comments
 (0)