Skip to content

Commit 70e8ed4

Browse files
authored
Installing memcache extension
1 parent 91c2901 commit 70e8ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

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

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

0 commit comments

Comments
 (0)