Skip to content

Commit

Permalink
memcached is now available on PHP 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 11, 2019
1 parent 310ef2d commit 40c752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,7 @@ before_install:

- pecl channel-update pecl.php.net
- |
if [[ ${TRAVIS_PHP_VERSION} != "7.3" && ${TRAVIS_PHP_VERSION} != "5.6" ]]; then
if [[ ${TRAVIS_PHP_VERSION} != "5.6" ]]; then
echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini;
fi
- echo 'extension = redis.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Expand Down

0 comments on commit 40c752c

Please sign in to comment.